MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / getNodeVersion

Method getNodeVersion

java/src/org/openqa/selenium/grid/node/Node.java:236–238  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

234 }
235
236 public String getNodeVersion() {
237 return String.format("%s (revision %s)", INFO.getReleaseLabel(), INFO.getBuildRevision());
238 }
239
240 public Map<String, String> getOsInfo() {
241 return OS_INFO;

Callers 3

getStatusMethod · 0.80
getStatusMethod · 0.80
getStatusMethod · 0.80

Calls 3

getReleaseLabelMethod · 0.80
getBuildRevisionMethod · 0.80
formatMethod · 0.45

Tested by 1

getStatusMethod · 0.64