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

Method getReleaseLabel

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

@return The embedded release label or "unknown".

()

Source from the content-addressed store, hash-verified

49 * @return The embedded release label or "unknown".
50 */
51 public String getReleaseLabel() {
52 return read("Selenium-Version");
53 }
54
55 /**
56 * @return The embedded build revision or "unknown".

Callers 15

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
SeleniumManagerMethod · 0.95

Calls 1

readMethod · 0.95

Tested by 1