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

GetWindowForTargetResponse

data class GetWindowForTargetResponse

Response type for the BrowserDomain.getWindowForTarget command.

Constructors

<init>

Response type for the BrowserDomain.getWindowForTarget command.

GetWindowForTargetResponse(windowId: WindowID, bounds: Bounds)

Properties

bounds

Bounds information of the window. When window state is 'minimized', the restored window position and size are returned.

val bounds: Bounds

windowId

Browser window id.

val windowId: WindowID