SetWindowBoundsRequest

@Serializable
data class SetWindowBoundsRequest(val windowId: WindowID, val bounds: Bounds)(source)

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

Constructors

Link copied to clipboard
constructor(windowId: WindowID, bounds: Bounds)

Properties

Link copied to clipboard

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

Link copied to clipboard

Browser window id.