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

Method sessionIdFrom

java/src/org/openqa/selenium/grid/node/Node.java:220–222  ·  view source on GitHub ↗
(Map<String, String> params)

Source from the content-addressed store, hash-verified

218 }
219
220 private SessionId sessionIdFrom(Map<String, String> params) {
221 return new SessionId(params.get("sessionId"));
222 }
223
224 private SpanDecorator spanDecorator(String name) {
225 return new SpanDecorator(tracer, req -> name);

Callers 1

NodeMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected