plwr
Browser automation CLI using CSS selectors, built on Playwright. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages. --- # Browser Automation with plwr plwr uses CSS selectors (not element refs) and a persistent daemon session. Every session must be explicitly started and stopped. ## Quick Start ```bash plwr start
Changelog: Source: GitHub https://github.com/andreasjansson/plwr
No comments yet. Be the first one!