import { BrowserContextEmittedEvents } from "https://deno.land/x/pptr@1.2.0/src/Browser.ts";
Members
Emitted when the url of a target inside the browser context changes. Contains a Target instance.
Emitted when a target is created within the browser context, for example when a new page is opened by window.open or by BrowserContext.newPage | browserContext.newPage
Contains a Target instance.
Emitted when a target is destroyed within the browser context, for example when a page is closed. Contains a Target instance.