Expand description
Playwright-inspired facade for the Playhard browser automation workspace.
This crate currently re-exports the high-level browser automation API from
playhard so early adopters can depend on the intended product name while
the project is still in flight.
Re-exports§
Structs§
- Browser
- A browser automation session.
- Launch
Options - Options that control how Chrome is launched.
Enums§
- Automation
Error - Errors produced by
playhard-automation. - Transport
Mode - The launch transport to request from Chrome.
Type Aliases§
- Result
- Result alias for the automation crate.