import { BrowserEmittedEvents } from "https://deno.land/x/pptr@1.2.0/mod.ts";
All the events a Browser | browser instance may emit.
Members
Emitted when Puppeteer gets disconnected from the Chromium instance. This might happen because of one of the following:
-
Chromium is closed or crashed
-
The Browser.disconnect | browser.disconnect method was called.
Emitted when the url of a target changes. Contains a Target instance.
Emitted when a target is created, for example when a new page is opened by window.open or by Browser.newPage | browser.newPage
Contains a Target instance.
Emitted when a target is destroyed, for example when a page is closed. Contains a Target instance.