Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getStatus
Method · 0.80
getStatus
Method · 0.80
getStatus
Method · 0.80
Calls
3
getReleaseLabel
Method · 0.80
getBuildRevision
Method · 0.80
format
Method · 0.45
Tested by
1
getStatus
Method · 0.64