Uses of Class
org.openqa.selenium.devtools.browser.model.Bounds
-
Packages that use Bounds Package Description org.openqa.selenium.devtools.browser -
-
Uses of Bounds in org.openqa.selenium.devtools.browser
Methods in org.openqa.selenium.devtools.browser that return Bounds Modifier and Type Method Description Bounds
Browser.GetWindowForTargetResponse. getBounds()
Bounds information of the window.Methods in org.openqa.selenium.devtools.browser that return types with arguments of type Bounds Modifier and Type Method Description static Command<Bounds>
Browser. getWindowBounds(WindowID windowId)
Get position and size of the browser window.Methods in org.openqa.selenium.devtools.browser with parameters of type Bounds Modifier and Type Method Description 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 Bounds Constructor Description GetWindowForTargetResponse(WindowID windowId, Bounds bounds)
-