Uses of Class
org.openqa.selenium.devtools.v141.browser.model.Bounds
Packages that use Bounds
-
Uses of Bounds in org.openqa.selenium.devtools.v141.browser
Methods in org.openqa.selenium.devtools.v141.browser that return BoundsModifier and TypeMethodDescriptionBrowser.GetWindowForTargetResponse.getBounds()Bounds information of the window.Methods in org.openqa.selenium.devtools.v141.browser that return types with arguments of type BoundsModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Bounds> Browser.getWindowBounds(WindowID windowId) Get position and size of the browser window.Methods in org.openqa.selenium.devtools.v141.browser with parameters of type BoundsModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> Browser.setWindowBounds(WindowID windowId, Bounds bounds) Set position and/or size of the browser window.Constructors in org.openqa.selenium.devtools.v141.browser with parameters of type Bounds