GetWindowBoundsResponse

@Serializable
data class GetWindowBoundsResponse(val bounds: Bounds)

Response type for the BrowserDomain.getWindowBounds command.

Constructors

Link copied to clipboard
constructor(bounds: Bounds)

Properties

Link copied to clipboard

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