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

Method is_skip_browser_in_path

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

Source from the content-addressed store, hash-verified

1620 }
1621
1622 fn is_skip_browser_in_path(&self) -> bool {
1623 self.get_config().skip_browser_in_path
1624 }
1625
1626 fn set_skip_browser_in_path(&mut self, skip_browser_in_path: bool) {
1627 if skip_browser_in_path {

Callers 1

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 1

get_configMethod · 0.45

Tested by

no test coverage detected