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

Method set_fallback_driver_from_cache

rust/src/lib.rs:1690–1692  ·  view source on GitHub ↗
(&mut self, fallback_driver_from_cache: bool)

Source from the content-addressed store, hash-verified

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;
1692 }
1693}
1694
1695// ----------------------------------------------------------

Callers 3

setupMethod · 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_config_mutMethod · 0.45

Tested by

no test coverage detected