Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ setName
Method
setName
java/src/org/openqa/selenium/remote/tracing/Span.java:22–22 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
20
public
interface
Span extends AutoCloseable, TraceContext {
21
22
Span setName(String name);
23
24
Span setAttribute(String key, boolean value);
25
Callers
15
main
Method · 0.65
execute
Method · 0.65
DriverService
Class · 0.65
DriverCommandExecutor
Class · 0.65
LocalNewSessionQueue
Class · 0.65
RedisBackedNewSessionQueue
Class · 0.65
LocalNodeRegistry
Method · 0.65
LocalDistributor
Class · 0.65
LocalDistributor
Method · 0.65
RedisBackedNodeRegistry
Method · 0.65
RedisBackedDistributor
Class · 0.65
RedisBackedDistributor
Method · 0.65
Implementers
2
NullSpan
java/src/org/openqa/selenium/remote/tr
OpenTelemetrySpan
java/src/org/openqa/selenium/remote/tr
Calls
no outgoing calls
Tested by
no test coverage detected