Skip to main content

Crate patchright

Crate patchright 

Source
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§

pub use playhard::cdp;
pub use playhard::launcher;
pub use playhard::transport;

Structs§

Browser
A browser automation session.
LaunchOptions
Options that control how Chrome is launched.

Enums§

AutomationError
Errors produced by playhard-automation.
TransportMode
The launch transport to request from Chrome.

Type Aliases§

Result
Result alias for the automation crate.