pl.wendigo.chrome.api.browser / SetWindowBoundsRequest

SetWindowBoundsRequest

data class SetWindowBoundsRequest (source)

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

Set position and/or size of the browser window.

Link
Browser#setWindowBounds method documentation.

See Also

BrowserOperations.setWindowBounds

Constructors

<init>

SetWindowBoundsRequest(windowId: WindowID, bounds: Bounds)

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

Properties

bounds

val bounds: Bounds

New window bounds. The 'minimized', 'maximized' and 'fullscreen' states cannot be combined with 'left', 'top', 'width' or 'height'. Leaves unspecified fields unchanged.

windowId

val windowId: WindowID

Browser window id.