Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ get_browser_version
Method
get_browser_version
rust/src/lib.rs:1393–1395 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1391
}
1392
1393
fn get_browser_version(&self) -> &str {
1394
self.get_config().browser_version.as_str()
1395
}
1396
1397
fn get_major_browser_version(&self) -> String {
1398
if self.is_browser_version_stable() {
Callers
15
detect_browser_path
Method · 0.80
discover_local_browser
Method · 0.80
is_browser_version_beta
Method · 0.80
is_browser_version_dev
Method · 0.80
is_browser_version_nightly
Method · 0.80
is_browser_version_esr
Method · 0.80
is_browser_version_unstable
Method · 0.80
is_browser_version_empty
Method · 0.80
is_browser_version_stable
Method · 0.80
is_browser_version_specific
Method · 0.80
stats
Method · 0.80
get_browser_path_in_cache
Method · 0.80
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