playwright-cli

Automate browser interactions for web testing, form filling, and data extraction.

12|5|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/ahostbr/kuroryuu-public --skill playwright-cli-ahostbr
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: playwright-cli
Source: https://github.com/ahostbr/kuroryuu-public/tree/main/.claude/skills/playwright-cli
Command: npx skills add https://github.com/ahostbr/kuroryuu-public --skill playwright-cli-ahostbr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Manual browser automation for testing, form filling, and data extraction is time-consuming and error-prone.

Core Features & Use Cases

  • Open and navigate pages with commands like open, goto, and click
  • Fill forms, type text, take screenshots, and generate test-like interactions
  • Create reproducible automation that supports session management, state persistence, and tracing

Quick Start

Use playwright-cli to open a page, fill a form, and capture a screenshot with a single command.

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 tasks for web testing and data extraction?▼

You can automate browser tasks by orchestrating command-based interactions like open, goto, click, and type to navigate pages, fill forms, and capture screenshots. This supports multi-step journeys, SPAs, and data scraping across desktop and headless modes.

Can I manage login flows and persist session state during browser automation?▼

Yes, browser automation supports session management and state persistence via storage and logs. You can execute multi-step login flows and maintain the authenticated state across subsequent interactions.

Does CLI browser automation support taking screenshots and recording video?▼

Yes, CLI browser automation includes commands for capturing screenshots, generating traces, and recording video. These features help create reproducible automation and document test-like interactions.

What is the best way to fill forms and type text in single-page applications?▼

The best way to fill forms in single-page applications is using command-based orchestration with type and click commands. This allows precise text entry and interaction within dynamic SPAs and complex web forms.

How do I run QA workflows in headless mode for web testing?▼

You run QA workflows in headless mode by executing command-based browser automation without a visible UI. This enables fast, reproducible testing and data extraction in automated environments.