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

Method set_browser_path

rust/src/lib.rs:1433–1437  ·  view source on GitHub ↗
(&mut self, browser_path: String)

Source from the content-addressed store, hash-verified

1431 }
1432
1433 fn set_browser_path(&mut self, browser_path: String) {
1434 if !browser_path.is_empty() {
1435 self.get_config_mut().browser_path = browser_path;
1436 }
1437 }
1438
1439 fn get_driver_mirror_url(&self) -> &str {
1440 self.get_config().driver_mirror_url.as_str()

Callers 5

mainFunction · 0.80
download_browserMethod · 0.80
detect_browser_pathMethod · 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 2

is_emptyMethod · 0.80
get_config_mutMethod · 0.45

Tested by

no test coverage detected