Uses of Class
org.openqa.selenium.devtools.v141.browser.model.WindowID
Packages that use WindowID
-
Uses of WindowID in org.openqa.selenium.devtools.v141.browser
Methods in org.openqa.selenium.devtools.v141.browser that return WindowIDModifier and TypeMethodDescriptionBrowser.GetWindowForTargetResponse.getWindowId()Browser window id.Methods in org.openqa.selenium.devtools.v141.browser with parameters of type WindowIDModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Bounds> Browser.getWindowBounds(WindowID windowId) Get position and size of the browser window.static org.openqa.selenium.devtools.Command<Void> Set size of the browser contents resizing browser window as necessary.static 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 WindowID