[][src]Crate headless_chrome

Modules

cdtp

For (de)serializing method calls and events from the Chrome DevTools Protocol.

Structs

Browser

A handle to an instance of Chrome / Chromium, which wraps a WebSocket connection to its debugging port.

LaunchOptionsBuilder

Builder for LaunchOptions.

Tab

A handle to a single page. Exposes methods for simulating user actions (clicking, typing), and also for getting information about the DOM and other parts of the page.