pl.wendigo.chrome.domain.browser / GetWindowForTargetResponse

GetWindowForTargetResponse

data class GetWindowForTargetResponse (source)

Represents response frame for Browser.getWindowForTarget method call.

Get the browser window that contains the devtools target.

Constructors

<init>

GetWindowForTargetResponse(windowId: WindowID, bounds: Bounds)

Represents response frame for Browser.getWindowForTarget method call.

Properties

bounds

val bounds: Bounds

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

windowId

val windowId: WindowID

Browser window id.