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

Method is_fallback_driver_from_cache

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

Source from the content-addressed store, hash-verified

1684 }
1685
1686 fn is_fallback_driver_from_cache(&self) -> bool {
1687 self.get_config().fallback_driver_from_cache
1688 }
1689
1690 fn set_fallback_driver_from_cache(&mut self, fallback_driver_from_cache: bool) {
1691 self.get_config_mut().fallback_driver_from_cache = fallback_driver_from_cache;

Callers 2

mainFunction · 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