Uses of Interface
org.openqa.selenium.remote.tracing.Span
Packages that use Span
Package
Description
-
Uses of Span in org.openqa.selenium.remote
Fields in org.openqa.selenium.remote with type parameters of type SpanModifier and TypeFieldDescriptionstatic final BiConsumer<Span,
org.openqa.selenium.Capabilities> RemoteTags.CAPABILITIES
static final 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 SpanModifier and TypeFieldDescriptionstatic final BiConsumer<Span,
org.openqa.selenium.remote.http.HttpRequest> Tags.HTTP_REQUEST
static final BiConsumer<Span,
org.openqa.selenium.remote.http.HttpResponse> Tags.HTTP_RESPONSE
static final BiConsumer<Span,
Span.Kind> Tags.KIND
Methods in org.openqa.selenium.remote.tracing that return SpanModifier and TypeMethodDescriptionSpan.addEvent
(String name, Map<String, EventAttributeValue> attributeMap) TraceContext.createSpan
(String name) static Span
HttpTracing.newSpanAsChildOf
(Tracer tracer, org.openqa.selenium.remote.http.HttpRequest request, String name) Span.setAttribute
(String key, boolean value) Span.setAttribute
(String key, Number value) Span.setAttribute
(String key, String value) -
Uses of Span in org.openqa.selenium.remote.tracing.empty
Classes in org.openqa.selenium.remote.tracing.empty that implement SpanMethods in org.openqa.selenium.remote.tracing.empty that return SpanModifier and TypeMethodDescriptionNullSpan.addEvent
(String name, Map<String, EventAttributeValue> attributeMap) NullContext.createSpan
(String name) NullSpan.setAttribute
(String key, boolean value) NullSpan.setAttribute
(String key, Number value) NullSpan.setAttribute
(String key, String value)