GetWindowBoundsRequest

@Serializable
data class GetWindowBoundsRequest(val windowId: WindowID)

Request object containing input parameters for the BrowserDomain.getWindowBounds command.

Constructors

Link copied to clipboard
constructor(windowId: WindowID)

Properties

Link copied to clipboard

Browser window id.