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

Method is_driver

rust/src/lib.rs:1031–1033  ·  view source on GitHub ↗
(&self, entry: &DirEntry)

Source from the content-addressed store, hash-verified

1029 }
1030
1031 fn is_driver(&self, entry: &DirEntry) -> bool {
1032 self.is_in_cache(entry, &self.get_driver_name_with_extension())
1033 }
1034
1035 fn is_in_cache(&self, entry: &DirEntry, file_name: &str) -> bool {
1036 let is_file = entry.path().is_file();

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_in_cacheMethod · 0.80

Tested by

no test coverage detected