Uses of Class
org.openqa.selenium.bidi.browsingcontext.ReadinessState
-
Packages that use ReadinessState Package Description org.openqa.selenium.bidi.browsingcontext -
-
Uses of ReadinessState in org.openqa.selenium.bidi.browsingcontext
Methods in org.openqa.selenium.bidi.browsingcontext that return ReadinessState Modifier and Type Method Description static ReadinessState
ReadinessState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ReadinessState[]
ReadinessState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.bidi.browsingcontext with parameters of type ReadinessState Modifier and Type Method Description NavigationResult
BrowsingContext. navigate(java.lang.String url, ReadinessState readinessState)
-