Uses of Interface
org.openqa.selenium.remote.tracing.Span
-
Packages that use Span Package Description org.openqa.selenium.remote org.openqa.selenium.remote.tracing org.openqa.selenium.remote.tracing.empty -
-
Uses of Span in org.openqa.selenium.remote
Fields in org.openqa.selenium.remote with type parameters of type Span Modifier and Type Field Description static java.util.function.BiConsumer<Span,org.openqa.selenium.Capabilities>
RemoteTags. CAPABILITIES
static java.util.function.BiConsumer<Span,SessionId>
RemoteTags. SESSION_ID
-
Uses of Span in org.openqa.selenium.remote.tracing
Fields in org.openqa.selenium.remote.tracing with type parameters of type Span Modifier and Type Field Description static java.util.function.BiConsumer<Span,org.openqa.selenium.remote.http.HttpRequest>
Tags. HTTP_REQUEST
static java.util.function.BiConsumer<Span,org.openqa.selenium.remote.http.HttpResponse>
Tags. HTTP_RESPONSE
static java.util.function.BiConsumer<Span,Span.Kind>
Tags. KIND
Methods in org.openqa.selenium.remote.tracing that return Span Modifier and Type Method Description Span
TraceContext. createSpan(java.lang.String name)
static Span
HttpTracing. newSpanAsChildOf(Tracer tracer, org.openqa.selenium.remote.http.HttpRequest request, java.lang.String name)
Span
Span. setAttribute(java.lang.String key, boolean value)
Span
Span. setAttribute(java.lang.String key, java.lang.Number value)
Span
Span. setAttribute(java.lang.String key, java.lang.String value)
Span
Span. setName(java.lang.String name)
Span
Span. setStatus(Status status)
-
Uses of Span in org.openqa.selenium.remote.tracing.empty
Classes in org.openqa.selenium.remote.tracing.empty that implement Span Modifier and Type Class Description class
NullSpan
Methods in org.openqa.selenium.remote.tracing.empty that return Span Modifier and Type Method Description Span
NullContext. createSpan(java.lang.String name)
Span
NullSpan. setAttribute(java.lang.String key, boolean value)
Span
NullSpan. setAttribute(java.lang.String key, java.lang.Number value)
Span
NullSpan. setAttribute(java.lang.String key, java.lang.String value)
Span
NullSpan. setName(java.lang.String name)
Span
NullSpan. setStatus(Status status)
-