pl.wendigo.chrome.domain.browser / GetWindowBoundsResponse

GetWindowBoundsResponse

data class GetWindowBoundsResponse (source)

Represents response frame for Browser.getWindowBounds method call.

Get position and size of the browser window.

Constructors

<init>

GetWindowBoundsResponse(bounds: Bounds)

Represents response frame for Browser.getWindowBounds method call.

Properties

bounds

val bounds: Bounds

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