Skip to content

Commit f3045b8

Browse files
committed
docs: add --headed flag to SKILL.md open parameters
1 parent fa6f6bc commit f3045b8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

skills/playwright-cli/SKILL.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@ playwright-cli video-stop video.webm
157157
158158
## Open parameters
159159
```bash
160+
# Open with visible browser window (headless by default)
161+
playwright-cli open --headed
162+
160163
# Use specific browser when creating session
161164
playwright-cli open --browser=chrome
162165
playwright-cli open --browser=firefox

0 commit comments

Comments
 (0)