We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa6f6bc commit f3045b8Copy full SHA for f3045b8
1 file changed
skills/playwright-cli/SKILL.md
@@ -157,6 +157,9 @@ playwright-cli video-stop video.webm
157
158
## Open parameters
159
```bash
160
+# Open with visible browser window (headless by default)
161
+playwright-cli open --headed
162
+
163
# Use specific browser when creating session
164
playwright-cli open --browser=chrome
165
playwright-cli open --browser=firefox
0 commit comments