chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.browser / GetWindowForTargetRequest

GetWindowForTargetRequest

data class GetWindowForTargetRequest

Request object containing input parameters for the BrowserDomain.getWindowForTarget command.

Constructors

<init>

Request object containing input parameters for the BrowserDomain.getWindowForTarget command.

GetWindowForTargetRequest(targetId: TargetID? = null)

Properties

targetId

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

val targetId: TargetID?