Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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;
Callers
1
request_good_driver_version_from_online
Method · 0.80
Implementers
8
edge.rs
rust/src/edge.rs
iexplorer.rs
rust/src/iexplorer.rs
safaritp.rs
rust/src/safaritp.rs
electron.rs
rust/src/electron.rs
chrome.rs
rust/src/chrome.rs
firefox.rs
rust/src/firefox.rs
grid.rs
rust/src/grid.rs
safari.rs
rust/src/safari.rs
Calls
2
is_version_specific
Method · 0.80
get_driver_version
Method · 0.80
Tested by
no test coverage detected