pl.wendigo.chrome.api.browser / GetWindowBoundsResponse

GetWindowBoundsResponse

data class GetWindowBoundsResponse (source)

Represents response frame that is returned from Browser#getWindowBounds operation call. Get position and size of the browser window.

Link
Browser#getWindowBounds method documentation.

See Also

BrowserOperations.getWindowBounds

Constructors

<init>

GetWindowBoundsResponse(bounds: Bounds)

Represents response frame that is returned from Browser#getWindowBounds operation call. Get position and size of the browser window.

Properties

bounds

val bounds: Bounds

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