Uses of Class
org.openqa.selenium.devtools.browser.model.WindowID
-
Packages that use WindowID Package Description org.openqa.selenium.devtools.browser -
-
Uses of WindowID in org.openqa.selenium.devtools.browser
Methods in org.openqa.selenium.devtools.browser that return WindowID Modifier and Type Method Description WindowID
Browser.GetWindowForTargetResponse. getWindowId()
Browser window id.Methods in org.openqa.selenium.devtools.browser with parameters of type WindowID Modifier and Type Method Description static Command<Bounds>
Browser. getWindowBounds(WindowID windowId)
Get position and size of the browser window.static Command<java.lang.Void>
Browser. setWindowBounds(WindowID windowId, Bounds bounds)
Set position and/or size of the browser window.Constructors in org.openqa.selenium.devtools.browser with parameters of type WindowID Constructor Description GetWindowForTargetResponse(WindowID windowId, Bounds bounds)
-