Uses of Interface
org.openqa.selenium.remote.tracing.Tracer
Packages that use Tracer
Package
Description
-
Uses of Tracer in org.openqa.selenium.remote
Constructors in org.openqa.selenium.remote with parameters of type Tracer -
Uses of Tracer in org.openqa.selenium.remote.tracing
Methods in org.openqa.selenium.remote.tracing with parameters of type TracerModifier and TypeMethodDescriptionstatic void
HttpTracing.inject
(Tracer tracer, TraceContext context, org.openqa.selenium.remote.http.HttpRequest request) static Span
HttpTracing.newSpanAsChildOf
(Tracer tracer, org.openqa.selenium.remote.http.HttpRequest request, String name) Constructors in org.openqa.selenium.remote.tracing with parameters of type TracerModifierConstructorDescriptionSpanDecorator
(Tracer tracer, Function<org.openqa.selenium.remote.http.HttpRequest, String> namer) SpanWrappedHttpHandler
(Tracer tracer, Function<org.openqa.selenium.remote.http.HttpRequest, String> namer, org.openqa.selenium.remote.http.HttpHandler delegate) SpanWrappedRoutable
(Tracer tracer, Function<org.openqa.selenium.remote.http.HttpRequest, String> namer, org.openqa.selenium.remote.http.Routable delegate) -
Uses of Tracer in org.openqa.selenium.remote.tracing.empty
Classes in org.openqa.selenium.remote.tracing.empty that implement Tracer -
Uses of Tracer in org.openqa.selenium.remote.tracing.opentelemetry
Classes in org.openqa.selenium.remote.tracing.opentelemetry that implement Tracer