What problem does it solve?
This Skill simplifies complex browser automation workflows, enabling users to quickly perform tasks such as navigation, element interaction, request interception, and testing.
Core Features & Use Cases
- Browser Automation: Automate webpage interactions like clicking, typing, and navigation for testing or data scraping.
- Request Mocking: Intercept and modify network requests to simulate server behaviors or handle offline testing scenarios.
- Test Generation: Record user actions and generate Playwright test scripts for further development or validation.
- Debugging & Tracing: Use tracing and code execution features to analyze failures or performance issues.
- Video Recording & Screenshots: Capture visual states during automation to document or debug user flows.
Quick Start
Use the playwright-cli to open a webpage, perform interactions like clicking and typing, then record a trace or take screenshots for debugging.