MCPcopy 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

get_driver_urlMethod · 0.80
get_platform_labelMethod · 0.80
get_platform_labelMethod · 0.80
get_normalized_archMethod · 0.80
get_driver_urlMethod · 0.80
get_platform_labelMethod · 0.80
get_driver_urlMethod · 0.80
get_platform_labelMethod · 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