Class Browser.GetWindowForTargetResponse
java.lang.Object
org.openqa.selenium.devtools.v120.browser.Browser.GetWindowForTargetResponse
- Enclosing class:
- Browser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionBounds information of the window.Browser window id.
-
Constructor Details
-
GetWindowForTargetResponse
-
-
Method Details
-
getWindowId
Browser window id. -
getBounds
Bounds information of the window. When window state is 'minimized', the restored window position and size are returned.
-