data class GetWindowForTargetRequest
Request object containing input parameters for the BrowserDomain.getWindowForTarget command.
<init> |
Request object containing input parameters for the BrowserDomain.getWindowForTarget command. GetWindowForTargetRequest(targetId: TargetID? = null) |
targetId |
Devtools agent host id. If called as a part of the session, associated targetId is used. val targetId: TargetID? |