playwright-cli

Automate browser interactions and Gmail workflows with Playwright CLI.

3|Updated Jul 5, 2021
One-click install
npx skills add https://github.com/iAziz786/dotfiles --skill playwright-cli-iaziz786
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: playwright-cli
Source: https://github.com/iAziz786/dotfiles/tree/main/.agents/skills/playwright-cli
Command: npx skills add https://github.com/iAziz786/dotfiles --skill playwright-cli-iaziz786

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Automates browser interactions and Gmail workflow tasks using Playwright to run end-to-end tests and capture page state.

Core Features & Use Cases

  • Automates browser automation and testing across web pages, including navigating, interacting with elements, taking snapshots, and managing sessions.
  • Supports Gmail-related workflows by loading and scanning mailbox dashboards, capturing tab states, and parsing summarized results for quick review.
  • Use Case: In a QA workflow, run a script to open a page, perform a sequence of actions, and generate a test report with captured state.

Quick Start

Open a browser, navigate to a page, and perform a sequence of actions using playwright-cli.

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 interactions and capture page state for end-to-end testing?

You can automate browser interactions and capture page state using Playwright CLI to run end-to-end tests, navigate web pages, interact with elements, take snapshots, and manage sessions across multiple tabs.

Can I automate Gmail workflows and scan mailbox dashboards with Playwright?

Yes, you can automate Gmail workflows with Playwright by loading and scanning mailbox dashboards, capturing tab states, and parsing summarized results for quick review.

Do I need local Playwright tooling to run browser automation scripts via CLI?

Yes, local Playwright tooling is required to run browser automation scripts via CLI, load operational instructions from SKILL.md, and validate safe interactions with sandboxed execution.

What is the best way to manage multiple browser sessions during web testing?

The best way to manage multiple browser sessions during web testing is using Playwright CLI to automate interactions across tabs, capture page state, and handle errors within sandboxed execution.

How does sandboxed execution handle error handling for automated browser tasks?

Sandboxed execution validates safe interactions with defined inputs and handles errors for automated browser tasks by loading operational instructions from SKILL.md during end-to-end testing.