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

SetWindowBoundsRequest

data class SetWindowBoundsRequest

Request object containing input parameters for the BrowserDomain.setWindowBounds command.

Constructors

<init>

Request object containing input parameters for the BrowserDomain.setWindowBounds command.

SetWindowBoundsRequest(windowId: WindowID, bounds: Bounds)

Properties

bounds

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

val bounds: Bounds

windowId

Browser window id.

val windowId: WindowID