Uses of Class
org.openqa.selenium.devtools.browser.model.WindowState
-
Packages that use WindowState Package Description org.openqa.selenium.devtools.browser.model -
-
Uses of WindowState in org.openqa.selenium.devtools.browser.model
Methods in org.openqa.selenium.devtools.browser.model that return WindowState Modifier and Type Method Description static WindowStateWindowState. fromString(java.lang.String s)WindowStateBounds. getWindowState()The window state.static WindowStateWindowState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WindowState[]WindowState. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.browser.model with parameters of type WindowState Constructor Description Bounds(java.lang.Integer left, java.lang.Integer top, java.lang.Integer width, java.lang.Integer height, WindowState windowState)
-