Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Function · 0.80
stats
Method · 0.80
check_error_with_driver_in_path
Method · 0.80
get_browser_path_or_latest_from_cache
Method · 0.80
assert_online_or_err
Method · 0.80
set_proxy
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