Uses of Enum Class
org.openqa.selenium.bidi.browsingcontext.ReadinessState
-
Uses of ReadinessState in org.openqa.selenium.bidi.browsingcontext
Modifier 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.Modifier and TypeMethodDescriptionBrowsingContext.navigate
(String url, ReadinessState readinessState) BrowsingContext.reload
(ReadinessState readinessState)