data class GetWindowForTargetResponse
Response type for the BrowserDomain.getWindowForTarget command.
<init> |
Response type for the BrowserDomain.getWindowForTarget command. GetWindowForTargetResponse(windowId: WindowID, bounds: Bounds) |
bounds |
Bounds information of the window. When window state is 'minimized', the restored window position and size are returned. val bounds: Bounds |
windowId |
Browser window id. val windowId: WindowID |