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 WindowState
WindowState. fromString(java.lang.String s)
static WindowState
WindowState. 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.Methods in org.openqa.selenium.devtools.browser.model that return types with arguments of type WindowState Modifier and Type Method Description java.util.Optional<WindowState>
Bounds. getWindowState()
The window state.
-