| name | playwright |
| description | Browser automation tool using Playwright - captures screenshots and extracts content from web pages |
Playwright Browser Automation
A browser automation tool that uses Playwright to interact with web pages.
Features
- Navigate to any URL
- Take screenshots
- Extract text content
- Extract HTML content
- Target specific elements with CSS selectors
Usage
enact run enact/playwright -a '{"url": "https://example.com"}'
enact run enact/playwright -a '{"url": "https://example.com", "action": "screenshot"}'
enact run enact/playwright -a '{"url": "https://example.com", "selector": "h1"}'