playwright-cli

Automate browser interactions and testing workflows via a Playwright CLI.

Updated May 20, 2026
One-click install
npx skills add https://github.com/gelowzzz/plushyai --skill playwright-cli-gelowzzz
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: playwright-cli
Source: https://github.com/gelowzzz/plushyai/tree/main/.agents/skills/playwright-cli
Command: npx skills add https://github.com/gelowzzz/plushyai --skill playwright-cli-gelowzzz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automate browser interactions to accelerate web app testing, UI checks, and automation tasks using a CLI-driven Playwright workflow.

Core Features & Use Cases

  • Open pages, navigate, and interact with elements using semantic refs (e.g., e1, e2) to automate end-to-end flows.
  • Record traces and capture videos or snapshots for debugging, documentation, and verification.
  • Manage multiple browser sessions, share state, and run custom Playwright code via run-code for advanced scenarios.

Quick Start

Open a page with the Playwright CLI and begin interacting with element refs to automate typical tasks.

Frequently Asked Questions about playwright-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate browser actions using a CLI for web app testing?▼

You can automate browser actions by issuing Playwright commands via a CLI, opening pages, navigating, and interacting with elements using semantic references to execute end-to-end workflows.

Do I need Node.js to run Playwright CLI commands for browser automation?▼

Yes, a Node.js environment is required to run the Playwright CLI commands for automating browser interactions, executing custom code, and managing testing sessions.

Can I record traces and capture videos during browser automation testing?▼

Yes, you can record traces and capture videos or snapshots during browser automation workflows to assist with debugging, documentation, and visual verification of web app interactions.

How do I manage multiple browser sessions and share state across web app tests?▼

You can manage multiple browser sessions and share state by utilizing the session management capabilities built into the Playwright CLI workflow, allowing for complex end-to-end testing scenarios.

How can I run custom Playwright code for advanced web app testing scenarios?▼

You can execute custom Playwright code by using the run-code command within the CLI, enabling advanced browser automation logic and specialized testing workflows beyond standard element interactions.