Package-level declarations
Types
A session created when attaching to a target of type AuctionWorklet.
A browser session. This is the root session created when initially connecting to the browser's debugger.
A target session that is a child of a browser session, usually created when attaching to a target from the root browser session.
A Chrome DevTools debugging session, created when attaching to a target.
An event that a goto call can await before considering the navigation complete.
Defines properties that can be customized when navigating a page using goto.
Thrown to indicate that the navigation to a page has failed.
Defines properties that can be customized when creating a new page.
A session created when attaching to a target of type Page.
A session created when attaching to a target of type ServiceWorker.
Info about a session and its underlying target.
A session created when attaching to a target of type SharedStorageWorklet.
A session created when attaching to a target of type SharedWorker.
A session created when attaching to a target of type WebContents.
A session created when attaching to a target of type Worker.
A session created when attaching to a target of type Worklet.
Functions
Adapts this ChildSession to a AuctionWorkletSession. If the attached target is not of a compatible type, this function throws an exception.
Adapts this ChildSession to a PageSession. If the attached target is not of a compatible type, this function throws an exception.
Adapts this ChildSession to a ServiceWorkerSession. If the attached target is not of a compatible type, this function throws an exception.
Adapts this ChildSession to a SharedStorageWorkletSession. If the attached target is not of a compatible type, this function throws an exception.
Adapts this ChildSession to a SharedWorkerSession. If the attached target is not of a compatible type, this function throws an exception.
Adapts this ChildSession to a WebContentsSession. If the attached target is not of a compatible type, this function throws an exception.
Adapts this ChildSession to a WorkerSession. If the attached target is not of a compatible type, this function throws an exception.
Adapts this ChildSession to a WorkletSession. If the attached target is not of a compatible type, this function throws an exception.
Finds page targets that were opened by this page.
Navigates the current page to the provided url, and suspends until the configured completion events are fired. By default, this function suspends until the GotoCompletionEvent.Load event is fired.
Creates a new page and attaches to it, then returns the new child PageSession. The underlying web socket connection of this BrowserSession is reused for the new child PageSession.
Performs the given operation in this ChildSession and closes this session and its children, as well as the corresponding targets.
Performs the given operation in this session and closes the web socket connection.