Re-exports

pub use tab::Tab;
pub use transport::ConnectionClosed;

Modules

Structs

A handle to an instance of Chrome / Chromium, which wraps a WebSocket connection to its debugging port.
Represents the way in which Chrome is run. By default it will search for a Chrome binary on the system, use an available port for debugging, and start in headless mode.

Statics

These are passed to the Chrome binary by default. Via https://github.com/puppeteer/puppeteer/blob/30c6b13eec4cebf4fe4e5ec069169b562750558e/packages/puppeteer-core/src/node/ChromeLauncher.ts#L159 More on chrome args: https://github.com/GoogleChrome/chrome-launcher/blob/main/docs/chrome-flags-for-tools.md

Functions

Returns the path to Chrome’s executable.