Releases
v0.0.1
Compare
Sorry, something went wrong.
No results found
Features
introduced browser service management with support for container, local, and url providers
added BrowserController with commands for creating, starting, stopping, listing, destroying, and inspecting browser services
added ContainerProvider to manage headless browser Docker containers via browserless/chrome
added HostProvider to spawn and track locally installed browser executables with CDP health-checking
added UrlProvider to register an externally running browser by its CDP URL
added browser:exec and browser:eval commands for running scripts and inline code against a managed browser via puppeteer-core
added browser:pages command to list open tabs with tab-targeting support via --tab
added browser:cdp command to print the CDP endpoint URL of a service
added browser auto-detection utility (detectBrowsers) scanning for Chrome, Chromium, Edge, and Brave
Chore / Maintenance
added GitHub Actions workflows for beta publishing, latest publishing, unpublishing, and issue auto-commenting
initialized package.json and tsconfig.json for the @wocker/webdriver-plugin package
Documentation
added comprehensive README.md covering installation, usage, provider descriptions, and scripting examples
You can’t perform that action at this time.