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

Method get_driver_version

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

Source from the content-addressed store, hash-verified

1412 }
1413
1414 fn get_driver_version(&self) -> &str {
1415 self.get_config().driver_version.as_str()
1416 }
1417
1418 fn get_major_driver_version(&self) -> String {
1419 self.get_major_version(self.get_driver_version())

Callers 15

get_driver_urlMethod · 0.80
setupMethod · 0.80
get_driver_urlMethod · 0.80
get_driver_urlMethod · 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