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

Method get_os

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

Source from the content-addressed store, hash-verified

1372 // ----------------------------------------------------------
1373
1374 fn get_os(&self) -> &str {
1375 self.get_config().os.as_str()
1376 }
1377
1378 fn set_os(&mut self, os: String) {
1379 if !os.is_empty() {

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 1

create_driver_in_cacheFunction · 0.64