playwright-local

Installation
Summary

Fast, persistent browser automation with session continuity across sequential agent commands.

  • Supports three browser modes: headless Chromium, real Chrome with profile support, and cloud-hosted remote browsers with proxy configuration
  • Includes 15+ command categories covering navigation, page inspection, interactions, data extraction, cookie management, and JavaScript execution
  • Offers cloud session management, local server tunneling via Cloudflare, and parallel subagent execution through remote sessions
  • Built-in Python integration for setting variables, accessing the browser object, and running scripts within the automation context
SKILL.md

Playwright Local Browser Automation

Status: Production Ready ✅ Last Updated: 2026-01-21 Dependencies: Node.js 20+ (Node.js 18 deprecated) or Python 3.9+ Latest Versions: playwright@1.57.0, playwright-stealth@0.0.1, puppeteer-extra-plugin-stealth@2.11.2 Browser Versions: Chromium 143.0.7499.4 | Firefox 144.0.2 | WebKit 26.0

⚠️ v1.57 Breaking Change: Playwright now uses Chrome for Testing builds instead of Chromium. This provides more authentic browser behavior but changes the browser icon and title bar.


Quick Start (5 Minutes)

1. Install Playwright

Node.js:

npm install -D playwright
Related skills
Installs
508
GitHub Stars
776
First Seen
Jan 20, 2026