pl.wendigo.chrome.api.browser / GetWindowForTargetRequest

GetWindowForTargetRequest

data class GetWindowForTargetRequest (source)

Represents request frame that can be used with Browser#getWindowForTarget operation call.

Get the browser window that contains the devtools target.

Link
Browser#getWindowForTarget method documentation.

See Also

BrowserOperations.getWindowForTarget

Constructors

<init>

GetWindowForTargetRequest(targetId: TargetID? = null)

Represents request frame that can be used with Browser#getWindowForTarget operation call.

Properties

targetId

val targetId: TargetID?

Devtools agent host id. If called as a part of the session, associated targetId is used.