| name | playwright-cli |
| description | Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages. |
| allowed-tools | Bash(playwright-cli:*) |
Browser Automation with playwright-cli
Quick start
playwright-cli open
playwright-cli goto https://playwright.dev
playwright-cli click e15
playwright-cli type "page.click"
playwright-cli press Enter
playwright-cli screenshot
playwright-cli close
tx-agent-kit Local Login Shortcut
If testing this repository locally and the app exposes the dev-only Custom dev utils button, use it to seed a logged-in browser session instead of manually signing up.
playwright-cli open http://localhost:3000
playwright-cli snapshot
The selected preset creates a unique user email, organization, workspace, writes the browser auth session, and navigates into the app. Use this before screenshots, UI smoke checks, and authenticated navigation when the helper is available.