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

Method is_fallback_driver_from_cache

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

Source from the content-addressed store, hash-verified

1702 }
1703
1704 fn is_fallback_driver_from_cache(&self) -> bool {
1705 self.get_config().fallback_driver_from_cache
1706 }
1707
1708 fn set_fallback_driver_from_cache(&mut self, fallback_driver_from_cache: bool) {
1709 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