GetWindowForTargetResponse

@Serializable
data class GetWindowForTargetResponse(val windowId: WindowID, val bounds: Bounds)

Response type for the BrowserDomain.getWindowForTarget command.

Constructors

Link copied to clipboard
constructor(windowId: WindowID, 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.

Link copied to clipboard

Browser window id.