Uses of Enum Class
org.openqa.selenium.bidi.browser.ClientWindowState
Packages that use ClientWindowState
-
Uses of ClientWindowState in org.openqa.selenium.bidi.browser
Methods in org.openqa.selenium.bidi.browser that return ClientWindowStateModifier and TypeMethodDescriptionstatic ClientWindowState
ClientWindowState.fromString
(String state) ClientWindowInfo.getState()
static ClientWindowState
Returns the enum constant of this class with the specified name.static ClientWindowState[]
ClientWindowState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.bidi.browser with parameters of type ClientWindowStateModifierConstructorDescriptionClientWindowInfo
(String clientWindow, ClientWindowState state, Integer width, Integer height, Integer x, Integer y, boolean active)