playwriter
Original:🇺🇸 English
Translated
Control the user own Chrome browser via Playwriter extension with Playwright code snippets in a stateful local js sandbox via playwriter cli. Automate web interactions, take screenshots, inspect accessibility trees, debug & profile web applications. Run `playwriter skill` command to read the complete up to date skill
12installs
Sourceremorses/playwriter
Added on
NPX Install
npx skill4agent add remorses/playwriter playwriterTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →REQUIRED: Read Full Documentation First
Before using playwriter, you MUST run this command:
bash
playwriter skillThis outputs the complete documentation including:
- Session management and timeout configuration
- Selector strategies (and which ones to AVOID)
- Rules to prevent timeouts and failures
- Best practices for slow pages and SPAs
- Context variables, utility functions, and more
Do NOT skip this step. The quick examples below will fail without understanding timeouts, selector rules, and common pitfalls from the full docs.
Minimal Example (after reading full docs)
bash
playwriter session new
playwriter -s 1 -e "await page.goto('https://example.com')"If is not found, use or .
playwriternpx playwriter@latestbunx playwriter@latest