Child Session
A target session that is a child of a browser session, usually created when attaching to a target from the root browser session.
Inheritors
Properties
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.
Closes the underlying web socket connection of this session, effectively closing every other session based on the same web socket connection. This is equivalent to closing the entire browser session.
Gives access to all domains of the protocol, regardless of the type of this session.