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

Method loadOsInfo

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

Source from the content-addressed store, hash-verified

211 }
212
213 private static Map<String, String> loadOsInfo() {
214 return Map.of(
215 "arch", System.getProperty("os.arch"),
216 "name", System.getProperty("os.name"),
217 "version", System.getProperty("os.version"));
218 }
219
220 private SessionId sessionIdFrom(Map<String, String> params) {
221 return new SessionId(params.get("sessionId"));

Callers 1

NodeClass · 0.95

Calls 2

getPropertyMethod · 0.80
ofMethod · 0.45

Tested by

no test coverage detected