pl.wendigo.chrome.api.browser / GetWindowBoundsRequest

GetWindowBoundsRequest

data class GetWindowBoundsRequest (source)

Represents request frame that can be used with Browser#getWindowBounds operation call.

Get position and size of the browser window.

Link
Browser#getWindowBounds method documentation.

See Also

BrowserOperations.getWindowBounds

Constructors

<init>

GetWindowBoundsRequest(windowId: WindowID)

Represents request frame that can be used with Browser#getWindowBounds operation call.

Properties

windowId

val windowId: WindowID

Browser window id.