pl.wendigo.chrome.domain.browser / GetWindowForTargetRequest

GetWindowForTargetRequest

data class GetWindowForTargetRequest (source)

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

Get the browser window that contains the devtools target.

Constructors

<init>

GetWindowForTargetRequest(targetId: TargetID? = null)

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

Properties

targetId

val targetId: TargetID?

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