Expand description
Page — a browser tab. Tracks its main execution context, drives
navigation, evaluation, screenshots, and produces locators.
Structs§
- Dialog
- A JavaScript dialog (alert/confirm/prompt/beforeunload).
- Frame
Event - A frame lifecycle event payload for
on_frameattached/on_framedetached/on_framenavigated. Carries the frame id, its parent’s id (if any), and — for navigations — the frame’s new URL. - Page
- A page (tab) in a browser.