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.CAPABILITIESstatic 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_REQUESTstatic final BiConsumer<Span,org.openqa.selenium.remote.http.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, Map<String, EventAttributeValue> attributeMap) TraceContext.createSpan(String name) static SpanHttpTracing.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)