Uses of Class
org.openqa.selenium.remote.tracing.Status.Kind
-
Packages that use Status.Kind Package Description org.openqa.selenium.remote.tracing -
-
Uses of Status.Kind in org.openqa.selenium.remote.tracing
Methods in org.openqa.selenium.remote.tracing that return Status.Kind Modifier and Type Method Description Status.Kind
Status. getKind()
static Status.Kind
Status.Kind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Status.Kind[]
Status.Kind. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-