Class Browser.GetWindowForTargetResponse
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.browser.Browser.GetWindowForTargetResponse
-
- Enclosing class:
- Browser
public static class Browser.GetWindowForTargetResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GetWindowForTargetResponse(WindowID windowId, Bounds bounds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Bounds
getBounds()
Bounds information of the window.WindowID
getWindowId()
Browser window id.
-