Class BuildInfo
java.lang.Object
org.openqa.selenium.BuildInfo
Reads information about how the current application was built.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BuildInfo
public BuildInfo()
-
-
Method Details
-
getReleaseLabel
- Returns:
- The embedded release label or "unknown".
-
getBuildRevision
- Returns:
- The embedded build revision or "unknown".
-
toString
-