Uses of Class
org.openqa.selenium.remote.tracing.Span.Kind
-
Packages that use Span.Kind Package Description org.openqa.selenium.remote.tracing -
-
Uses of Span.Kind in org.openqa.selenium.remote.tracing
Fields in org.openqa.selenium.remote.tracing with type parameters of type Span.Kind Modifier and Type Field Description static java.util.function.BiConsumer<Span,Span.Kind>
Tags. KIND
Methods in org.openqa.selenium.remote.tracing that return Span.Kind Modifier and Type Method Description static Span.Kind
Span.Kind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Span.Kind[]
Span.Kind. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-