Playwright CLI
RAPR CLI connectorBrowser & Desktop AutomationAI-driven browser automation — navigate, click, fill forms, scrape content, take screenshots via Playwright CLI.
Playwright CLI package details
RAPR CLI connector scope
This is RAPR-authored connector guidance for a command-line tool the user installs locally. The upstream CLI remains governed by its own license and terms. This package contains RAPR-authored CLI usage guidance, install commands, and agent instructions. It does not bundle the upstream CLI binary. Users can also go directly to the public upstream source linked on this page.
How to get started
Install RAPR AI
Download and install RAPR AI on your computer
Find in Marketplace
Open RAPR AI, go to Packages, and browse the marketplace
Install from Marketplace
Click Install. RAPR sets up the wrapper package, connector guidance, or skill instructions for this listing.
Playwright CLI
Give any AI session the power to automate a real browser. Navigate pages, fill forms, click buttons, scrape data, and take screenshots — all via fast, token-efficient CLI commands.
Why Playwright CLI?
Unlike browser tools that stream entire page accessibility trees into your AI's context, Playwright CLI saves state to disk and uses short shell commands. This makes it ~4x more token-efficient while keeping full browser automation power.
What you can do
- Navigate: Open URLs, go back/forward, manage tabs
- Interact: Click, fill, type, select, check, drag & drop
- Inspect: Snapshot pages to get element references, take screenshots
- Scrape: Extract structured content from any website
- Automate: Login flows, form submissions, multi-page workflows
How it works
- Install the skill from the RAPR AI marketplace
- Make sure Node.js is installed (
node --version) - Install Playwright CLI:
npm install -g @playwright/cli@latest - Install browser:
npx playwright install chromium - Ask any AI to do a browser task — the skill auto-activates!
Example Commands
- "Go to google.com and search for RAPR AI reviews"
- "Open example.com and fill out the contact form"
- "Scrape the pricing table from that website"
- "Take a screenshot of the landing page"
- "Automate login and download my invoice"
Ready to try Playwright CLI?
Download RAPR AI and connect Playwright CLI in seconds.