Expand description
Playwright — the top-level entry point (Playwright-shaped).
Unlike upstream Playwright, there is no Node.js driver to launch. This
handle exists for API-shape parity so callers coming from playwright-rust
can write the familiar Playwright::launch().chromium().launch(opts). The
real engine work lives in BrowserType.
Structs§
- Playwright
- The Playwright entry point. A lightweight handle —
launch()performs no process spawning (there is no driver in this crate).