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

GetWindowBoundsResponse

data class GetWindowBoundsResponse

Response type for the BrowserDomain.getWindowBounds command.

Constructors

<init>

Response type for the BrowserDomain.getWindowBounds command.

GetWindowBoundsResponse(bounds: Bounds)

Properties

bounds

Bounds information of the window. When window state is 'minimized', the restored window position and size are returned.

val bounds: Bounds