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

Method is_driver_version_specific

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

Source from the content-addressed store, hash-verified

844 }
845
846 fn is_driver_version_specific(&self) -> bool {
847 self.is_version_specific(self.get_driver_version())
848 }
849
850 fn setup(&mut self) -> Result<PathBuf, Error> {
851 let mut driver_in_path = None;

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 2

is_version_specificMethod · 0.80
get_driver_versionMethod · 0.80

Tested by

no test coverage detected