Emitted when the url of a target inside the browser context changes.
Emitted when a target is created, for example when a new page is opened by window.open or browserContext.newPage.
window.open
browserContext.newPage
Emitted when a target is destroyed, for example when a page is closed.
Generated using TypeDoc
Emitted when the url of a target inside the browser context changes.