File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,24 +73,6 @@ Test the "add todo" flow on https://demo.playwright.dev/todomvc using playwright
7373Check playwright-cli --help for available commands.
7474```
7575
76- ### Installing skills
77-
78- Claude Code, GitHub copilot and others will let you install the Playwright skills into the agentic loop.
79-
80- #### plugin (recommended)
81- ``` bash
82- /plugin marketplace add microsoft/playwright-cli
83- /plugin install playwright-cli
84- ```
85-
86- #### manual
87-
88- ``` bash
89- mkdir -p .claude/skills/playwright-cli
90- curl -o .claude/skills/playwright-cli/SKILL.md \
91- https://raw.githubusercontent.com/microsoft/playwright-cli/main/skills/playwright-cli/SKILL.md
92- ```
93-
9476## Headed operation
9577
9678Playwright CLI is headless by default. If you'd like to see the browser, pass ` --headed ` to ` open ` :
You can’t perform that action at this time.
0 commit comments