Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ get_arch
Method
get_arch
rust/src/lib.rs:1366–1368 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1364
}
1365
1366
fn get_arch(&self) -> &str {
1367
self.get_config().arch.as_str()
1368
}
1369
1370
fn get_normalized_arch(&self) -> Result<&str, Error> {
1371
let arch = self.get_arch();
Callers
11
discover_browser_version
Method · 0.80
get_driver_url
Method · 0.80
get_platform_label
Method · 0.80
request_latest_browser_version_from_online
Method · 0.80
get_platform_label
Method · 0.80
get_normalized_arch
Method · 0.80
get_driver_url
Method · 0.80
get_platform_label
Method · 0.80
get_driver_url
Method · 0.80
get_platform_label
Method · 0.80
get_browser_url_for_download
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