browser-automation - Local Python Browser Automation with Playwright
Provides CLI tools using Python and Playwright to navigate, interact with, and test web applications without MCP protocols.
Tags
Updated: 2026-09-18Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Navigate to web pages
- Click page elements
- Type text into inputs
- Capture page screenshots
- Extract page content
- Hover over elements
- Execute custom JavaScript
Inputs
- Target webpage URLs
- CSS selectors
- Input text strings
- Screenshot file paths
- JavaScript code
Outputs
- Screenshot image files
- Extracted text or HTML content
- Command stdout and stderr output
Requirements
- Python 3.8+
- Playwright Python library
- Chromium browser installation
