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

Method is_offline

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

Source from the content-addressed store, hash-verified

1578 }
1579
1580 fn is_offline(&self) -> bool {
1581 self.get_config().offline
1582 }
1583
1584 fn set_offline(&mut self, offline: bool) {
1585 if offline {

Callers 6

mainFunction · 0.80
statsMethod · 0.80
assert_online_or_errMethod · 0.80
set_proxyMethod · 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