Skip to content

Commit efb7ed7

Browse files
authored
fix(docs): correct typos in video-recording.md skill reference (#40128)
1 parent 979a70b commit efb7ed7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/playwright-core/src/tools/cli-client/skill/references/video-recording.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ playwright-cli video-start recordings/checkout-test-run-42.webm
4242
When recording a video for the user or as a proof of work, it is best to create a code snippet and execute it with run-code.
4343
It allows pulling appropriate pauses between the actions and annotating the video. There are new Playwright APIs for that.
4444

45-
1) Perform scenario using CLI and take note of all locators and actions. You'll need those locators to request thier bounding boxes for highlight.
45+
1) Perform scenario using CLI and take note of all locators and actions. You'll need those locators to request their bounding boxes for highlight.
4646
2) Create a file with the intended script for video (below). Use pressSequentially w/ delay for nice typing, make reasonable pauses.
47-
3) Use playwright-cli run-code --file your-script.js
47+
3) Use playwright-cli run-code --filename your-script.js
4848

4949
**Important**: Overlays are `pointer-events: none` — they do not interfere with page interactions. You can safely keep sticky overlays visible while clicking, filling, or performing any actions on the page.
5050

0 commit comments

Comments
 (0)