Uses of Enum Class
org.openqa.selenium.bidi.browsingcontext.ReadinessState
Packages that use ReadinessState
-
Uses of ReadinessState in org.openqa.selenium.bidi.browsingcontext
Methods in org.openqa.selenium.bidi.browsingcontext that return ReadinessStateModifier and TypeMethodDescriptionstatic ReadinessState
Returns the enum constant of this class with the specified name.static ReadinessState[]
ReadinessState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.bidi.browsingcontext with parameters of type ReadinessStateModifier and TypeMethodDescriptionBrowsingContext.navigate
(String url, ReadinessState readinessState) BrowsingContext.reload
(ReadinessState readinessState)