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