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§
- Browser
Type - A browser engine. Created from a
Playwrighthandle.
Enums§
- Engine
- Which browser engine a
BrowserTyperepresents.