Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ get_browser_path
Method
get_browser_path
rust/src/lib.rs:1429–1431 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1427
}
1428
1429
fn get_browser_path(&self) -> &str {
1430
self.get_config().browser_path.as_str()
1431
}
1432
1433
fn set_browser_path(&mut self, browser_path: String) {
1434
if !browser_path.is_empty() {
Callers
5
discover_local_browser
Method · 0.45
setup
Method · 0.45
get_browser_path_or_latest_from_cache
Method · 0.45
general_discover_browser_version
Method · 0.45
discover_safari_version
Method · 0.45
Implementers
8
edge.rs
rust/src/edge.rs
iexplorer.rs
rust/src/iexplorer.rs
safaritp.rs
rust/src/safaritp.rs
electron.rs
rust/src/electron.rs
chrome.rs
rust/src/chrome.rs
firefox.rs
rust/src/firefox.rs
grid.rs
rust/src/grid.rs
safari.rs
rust/src/safari.rs
Calls
1
get_config
Method · 0.45
Tested by
no test coverage detected