Uses of Interface
org.openqa.selenium.remote.tracing.Tracer
-
-
Uses of Tracer in org.openqa.selenium.grid.data
Methods in org.openqa.selenium.grid.data with parameters of type Tracer Modifier and Type Method Description static TraceContext
TraceSessionRequest. extract(Tracer tracer, SessionRequest sessionRequest)
-
Uses of Tracer in org.openqa.selenium.grid.distributor
Fields in org.openqa.selenium.grid.distributor declared as Tracer Modifier and Type Field Description protected Tracer
Distributor. tracer
Constructors in org.openqa.selenium.grid.distributor with parameters of type Tracer Constructor Description Distributor(Tracer tracer, HttpClient.Factory httpClientFactory, Secret registrationSecret)
-
Uses of Tracer in org.openqa.selenium.grid.distributor.local
Constructors in org.openqa.selenium.grid.distributor.local with parameters of type Tracer Constructor Description LocalDistributor(Tracer tracer, EventBus bus, HttpClient.Factory clientFactory, SessionMap sessions, NewSessionQueue sessionQueue, SlotSelector slotSelector, Secret registrationSecret, java.time.Duration healthcheckInterval, boolean rejectUnsupportedCaps, java.time.Duration sessionRequestRetryInterval, int newSessionThreadPoolSize)
-
Uses of Tracer in org.openqa.selenium.grid.distributor.remote
Constructors in org.openqa.selenium.grid.distributor.remote with parameters of type Tracer Constructor Description RemoteDistributor(Tracer tracer, HttpClient.Factory factory, java.net.URL url, Secret registrationSecret)
-
Uses of Tracer in org.openqa.selenium.grid.graphql
Constructors in org.openqa.selenium.grid.graphql with parameters of type Tracer Constructor Description GraphqlHandler(Tracer tracer, Distributor distributor, NewSessionQueue newSessionQueue, java.net.URI publicUri, java.lang.String version)
-
Uses of Tracer in org.openqa.selenium.grid.log
Methods in org.openqa.selenium.grid.log that return Tracer Modifier and Type Method Description Tracer
LoggingOptions. getTracer()
-
Uses of Tracer in org.openqa.selenium.grid.node
Fields in org.openqa.selenium.grid.node declared as Tracer Modifier and Type Field Description protected Tracer
Node. tracer
Constructors in org.openqa.selenium.grid.node with parameters of type Tracer Constructor Description Node(Tracer tracer, NodeId id, java.net.URI uri, Secret registrationSecret)
ProtocolConvertingSession(Tracer tracer, HttpClient client, SessionId id, java.net.URL url, Dialect downstream, Dialect upstream, Capabilities stereotype, Capabilities capabilities, java.time.Instant startTime)
-
Uses of Tracer in org.openqa.selenium.grid.node.config
Constructors in org.openqa.selenium.grid.node.config with parameters of type Tracer Constructor Description DriverServiceSessionFactory(Tracer tracer, HttpClient.Factory clientFactory, java.time.Duration sessionTimeout, Capabilities stereotype, java.util.function.Predicate<Capabilities> predicate, DriverService.Builder<?,?> builder)
-
Uses of Tracer in org.openqa.selenium.grid.node.docker
Methods in org.openqa.selenium.grid.node.docker with parameters of type Tracer Modifier and Type Method Description java.util.Map<Capabilities,java.util.Collection<SessionFactory>>
DockerOptions. getDockerSessionFactories(Tracer tracer, HttpClient.Factory clientFactory, java.time.Duration sessionTimeout)
Constructors in org.openqa.selenium.grid.node.docker with parameters of type Tracer Constructor Description DockerSessionFactory(Tracer tracer, HttpClient.Factory clientFactory, java.time.Duration sessionTimeout, Docker docker, java.net.URI dockerUri, Image browserImage, Capabilities stereotype, java.util.List<Device> devices, Image videoImage, DockerAssetsPath assetsPath, java.lang.String networkName, boolean runningInDocker)
-
Uses of Tracer in org.openqa.selenium.grid.node.local
Methods in org.openqa.selenium.grid.node.local with parameters of type Tracer Modifier and Type Method Description static LocalNode.Builder
LocalNode. builder(Tracer tracer, EventBus bus, java.net.URI uri, java.net.URI gridUri, Secret registrationSecret)
-
Uses of Tracer in org.openqa.selenium.grid.node.relay
Methods in org.openqa.selenium.grid.node.relay with parameters of type Tracer Modifier and Type Method Description java.util.Map<Capabilities,java.util.Collection<SessionFactory>>
RelayOptions. getSessionFactories(Tracer tracer, HttpClient.Factory clientFactory, java.time.Duration sessionTimeout)
Constructors in org.openqa.selenium.grid.node.relay with parameters of type Tracer Constructor Description RelaySessionFactory(Tracer tracer, HttpClient.Factory clientFactory, java.time.Duration sessionTimeout, java.net.URI serviceUri, java.net.URI serviceStatusUri, Capabilities stereotype)
-
Uses of Tracer in org.openqa.selenium.grid.node.remote
Constructors in org.openqa.selenium.grid.node.remote with parameters of type Tracer Constructor Description RemoteNode(Tracer tracer, HttpClient.Factory clientFactory, NodeId id, java.net.URI externalUri, Secret registrationSecret, java.util.Collection<Capabilities> capabilities)
-
Uses of Tracer in org.openqa.selenium.grid.router
Constructors in org.openqa.selenium.grid.router with parameters of type Tracer Constructor Description Router(Tracer tracer, HttpClient.Factory clientFactory, SessionMap sessions, NewSessionQueue queue, Distributor distributor)
-
Uses of Tracer in org.openqa.selenium.grid.server
Methods in org.openqa.selenium.grid.server with parameters of type Tracer Modifier and Type Method Description HttpClient.Factory
NetworkOptions. getHttpClientFactory(Tracer tracer)
-
Uses of Tracer in org.openqa.selenium.grid.session.remote
Methods in org.openqa.selenium.grid.session.remote with parameters of type Tracer Modifier and Type Method Description protected java.util.Optional<ActiveSession>
RemoteSession.Factory. performHandshake(Tracer tracer, X additionalData, java.net.URL url, java.util.Set<Dialect> downstreamDialects, Capabilities capabilities)
Constructors in org.openqa.selenium.grid.session.remote with parameters of type Tracer Constructor Description Factory(Tracer tracer, java.util.function.Predicate<Capabilities> key, java.lang.String serviceClassName)
-
Uses of Tracer in org.openqa.selenium.grid.sessionmap
Fields in org.openqa.selenium.grid.sessionmap declared as Tracer Modifier and Type Field Description protected Tracer
SessionMap. tracer
Constructors in org.openqa.selenium.grid.sessionmap with parameters of type Tracer Constructor Description NullSessionMap(Tracer tracer)
SessionMap(Tracer tracer)
-
Uses of Tracer in org.openqa.selenium.grid.sessionmap.local
Constructors in org.openqa.selenium.grid.sessionmap.local with parameters of type Tracer Constructor Description LocalSessionMap(Tracer tracer, EventBus bus)
-
Uses of Tracer in org.openqa.selenium.grid.sessionmap.remote
Constructors in org.openqa.selenium.grid.sessionmap.remote with parameters of type Tracer Constructor Description RemoteSessionMap(Tracer tracer, HttpClient client)
-
Uses of Tracer in org.openqa.selenium.grid.sessionqueue
Fields in org.openqa.selenium.grid.sessionqueue declared as Tracer Modifier and Type Field Description protected Tracer
NewSessionQueue. tracer
Constructors in org.openqa.selenium.grid.sessionqueue with parameters of type Tracer Constructor Description NewSessionQueue(Tracer tracer, Secret registrationSecret)
-
Uses of Tracer in org.openqa.selenium.grid.sessionqueue.local
Constructors in org.openqa.selenium.grid.sessionqueue.local with parameters of type Tracer Constructor Description LocalNewSessionQueue(Tracer tracer, SlotMatcher slotMatcher, java.time.Duration requestTimeoutCheck, java.time.Duration requestTimeout, Secret registrationSecret, int batchSize)
-
Uses of Tracer in org.openqa.selenium.grid.sessionqueue.remote
Constructors in org.openqa.selenium.grid.sessionqueue.remote with parameters of type Tracer Constructor Description RemoteNewSessionQueue(Tracer tracer, HttpClient client, Secret registrationSecret)
-
Uses of Tracer in org.openqa.selenium.grid.web
Constructors in org.openqa.selenium.grid.web with parameters of type Tracer Constructor Description ProtocolConverter(Tracer tracer, HttpClient client, Dialect downstream, Dialect upstream)
ReverseProxyHandler(Tracer tracer, HttpClient httpClient)
-
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, HttpRequest request)
static Span
HttpTracing. newSpanAsChildOf(Tracer tracer, HttpRequest request, java.lang.String name)
Constructors in org.openqa.selenium.remote.tracing with parameters of type Tracer Constructor Description Factory(Tracer tracer, HttpClient.Factory delegate)
SpanDecorator(Tracer tracer, java.util.function.Function<HttpRequest,java.lang.String> namer)
SpanWrappedHttpHandler(Tracer tracer, java.util.function.Function<HttpRequest,java.lang.String> namer, HttpHandler delegate)
SpanWrappedRoutable(Tracer tracer, java.util.function.Function<HttpRequest,java.lang.String> namer, 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
-