MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / get_browser_version

Method get_browser_version

rust/src/lib.rs:1393–1395  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1391 }
1392
1393 fn get_browser_version(&self) -> &str {
1394 self.get_config().browser_version.as_str()
1395 }
1396
1397 fn get_major_browser_version(&self) -> String {
1398 if self.is_browser_version_stable() {

Callers 15

detect_browser_pathMethod · 0.80
statsMethod · 0.80

Implementers 8

edge.rsrust/src/edge.rs
iexplorer.rsrust/src/iexplorer.rs
safaritp.rsrust/src/safaritp.rs
electron.rsrust/src/electron.rs
chrome.rsrust/src/chrome.rs
firefox.rsrust/src/firefox.rs
grid.rsrust/src/grid.rs
safari.rsrust/src/safari.rs

Calls 1

get_configMethod · 0.45

Tested by

no test coverage detected