Uses of Interface
org.openqa.selenium.remote.tracing.Tracer
-
Packages that use Tracer Package Description org.openqa.selenium.remote org.openqa.selenium.remote.tracing org.openqa.selenium.remote.tracing.empty org.openqa.selenium.remote.tracing.opentelemetry -
-
Uses of Tracer in org.openqa.selenium.remote
Constructors in org.openqa.selenium.remote with parameters of type Tracer Constructor Description TracedCommandExecutor(CommandExecutor delegate, Tracer tracer)
-
Uses of Tracer in org.openqa.selenium.remote.tracing
Methods in org.openqa.selenium.remote.tracing with parameters of type Tracer Modifier and Type Method Description static 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, java.lang.String name)
Constructors in org.openqa.selenium.remote.tracing with parameters of type Tracer Constructor Description Factory(Tracer tracer, org.openqa.selenium.remote.http.HttpClient.Factory delegate)
SpanDecorator(Tracer tracer, java.util.function.Function<org.openqa.selenium.remote.http.HttpRequest,java.lang.String> namer)
SpanWrappedHttpHandler(Tracer tracer, java.util.function.Function<org.openqa.selenium.remote.http.HttpRequest,java.lang.String> namer, org.openqa.selenium.remote.http.HttpHandler delegate)
SpanWrappedRoutable(Tracer tracer, java.util.function.Function<org.openqa.selenium.remote.http.HttpRequest,java.lang.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 Modifier and Type Class Description class
NullTracer
-
Uses of Tracer in org.openqa.selenium.remote.tracing.opentelemetry
Classes in org.openqa.selenium.remote.tracing.opentelemetry that implement Tracer Modifier and Type Class Description class
OpenTelemetryTracer
-