Uses of Interface
org.openqa.selenium.remote.tracing.Span
Packages that use Span
Package
Description
- 
Uses of Span in org.openqa.selenium.remoteFields in org.openqa.selenium.remote with type parameters of type SpanModifier and TypeFieldDescriptionstatic final BiConsumer<Span,Capabilities> RemoteTags.CAPABILITIESstatic final BiConsumer<Span,SessionId> RemoteTags.SESSION_ID
- 
Uses of Span in org.openqa.selenium.remote.tracingFields in org.openqa.selenium.remote.tracing with type parameters of type SpanModifier and TypeFieldDescriptionstatic final BiConsumer<Span,HttpRequest> Tags.HTTP_REQUESTstatic final BiConsumer<Span,HttpResponse> Tags.HTTP_RESPONSEstatic final BiConsumer<Span,Span.Kind> Tags.KINDMethods in org.openqa.selenium.remote.tracing that return SpanModifier and TypeMethodDescriptionSpan.addEvent(String name, AttributeMap attributeMap) TraceContext.createSpan(String name) static SpanHttpTracing.newSpanAsChildOf(Tracer tracer, 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.emptyClasses 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, AttributeMap attributeMap) NullContext.createSpan(String name) NullSpan.setAttribute(String key, boolean value) NullSpan.setAttribute(String key, Number value) NullSpan.setAttribute(String key, String value)