MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / spanDecorator

Method spanDecorator

java/src/org/openqa/selenium/grid/node/Node.java:224–226  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

222 }
223
224 private SpanDecorator spanDecorator(String name) {
225 return new SpanDecorator(tracer, req -> name);
226 }
227
228 public NodeId getId() {
229 return id;

Callers 1

NodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected