data class SetWindowBoundsRequest
Request object containing input parameters for the BrowserDomain.setWindowBounds command.
<init> |
Request object containing input parameters for the BrowserDomain.setWindowBounds command. SetWindowBoundsRequest(windowId: WindowID, bounds: Bounds) |
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 |