pl.wendigo.chrome.api.browser / GetWindowForTargetResponse

GetWindowForTargetResponse

data class GetWindowForTargetResponse (source)

Represents response frame that is returned from Browser#getWindowForTarget operation call. Get the browser window that contains the devtools target.

Link
Browser#getWindowForTarget method documentation.

See Also

BrowserOperations.getWindowForTarget

Constructors

<init>

GetWindowForTargetResponse(windowId: WindowID, bounds: Bounds)

Represents response frame that is returned from Browser#getWindowForTarget operation call. Get the browser window that contains the devtools target.

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.