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

Method getBrowserVersion

src/main/java/org/htmlunit/WebClient.java:970–972  ·  view source on GitHub ↗

Returns the current browser version. @return the current browser version

()

Source from the content-addressed store, hash-verified

968 * @return the current browser version
969 */
970 public BrowserVersion getBrowserVersion() {
971 return browserVersion_;
972 }
973
974 /**
975 * Returns the "current" window for this client. This window (or its top window) will be used

Callers 15

userAgentMethod · 0.95
getPageMethod · 0.95
openWindowMethod · 0.95
openDialogWindowMethod · 0.95
addDefaultHeadersMethod · 0.95
getCookiesMethod · 0.95
addCookieMethod · 0.95
initMethod · 0.95
getDoNotTrackMethod · 0.95
querySelectorAllMethod · 0.95

Calls

no outgoing calls

Tested by 2

userAgentMethod · 0.76