MCPcopy Index your code
hub / github.com/HtmlUnit/htmlunit / getDefault

Method getDefault

src/main/java/org/htmlunit/BrowserVersion.java:523–525  ·  view source on GitHub ↗

Returns the default browser version that is used whenever a specific version isn't specified. Defaults to #BEST_SUPPORTED. @return the default browser version

()

Source from the content-addressed store, hash-verified

521 * @return the default browser version
522 */
523 public static BrowserVersion getDefault() {
524 return DefaultBrowserVersion_;
525 }
526
527 /**
528 * Sets the default browser version that is used whenever a specific version isn't specified.

Callers 14

loadPageMethod · 0.95
WebClientMethod · 0.95
rhinoDojoConfigFunction · 0.80
hostenv_rhino.jsFile · 0.80
testEnvironmentMethod · 0.80
WebTestCaseClass · 0.80
weekdayRangeMethod · 0.80
dateRangeMethod · 0.80
timeRangeMethod · 0.80
weekdayRangeMethod · 0.80

Calls

no outgoing calls

Tested by 6

loadPageMethod · 0.76
testEnvironmentMethod · 0.64
weekdayRangeMethod · 0.64
dateRangeMethod · 0.64
timeRangeMethod · 0.64