Browser Automation
Automate browser tasks with Playwright.
Ready
Tips
Use CSS selectors: .button, #email
Fill form: action=fill, selector=#field, data=value
Click: action=click, selector=.btn
Extract: action=extract, selector=article h1