Skip to main content

Module browser_type

Module browser_type 

Source
Expand description

BrowserType — a browser engine entry point (Playwright-shaped).

Unlike upstream Playwright, this crate drives Chromium directly over CDP and does not spawn a Node.js driver. BrowserType is therefore a thin handle whose only real engine is Chromium; firefox()/webkit() exist for API shape parity and resolve to Chromium (with a warning).

Structs§

BrowserType
A browser engine. Created from a Playwright handle.

Enums§

Engine
Which browser engine a BrowserType represents.