MCPcopy
hub / github.com/SeleniumHQ/selenium / getBuildRevision

Method getBuildRevision

java/src/org/openqa/selenium/BuildInfo.java:58–60  ·  view source on GitHub ↗

@return The embedded build revision or "unknown".

()

Source from the content-addressed store, hash-verified

56 * @return The embedded build revision or "unknown".
57 */
58 public String getBuildRevision() {
59 return read("Build-Revision");
60 }
61
62 @Override
63 public String toString() {

Callers 11

toStringMethod · 0.95
getServerVersionMethod · 0.95
getFormattedVersionMethod · 0.95
executeMethod · 0.95
executeMethod · 0.95
executeMethod · 0.95
executeMethod · 0.95
displayHelpMethod · 0.95
getServerVersionMethod · 0.95
executeMethod · 0.95
getNodeVersionMethod · 0.80

Calls 1

readMethod · 0.95

Tested by

no test coverage detected