Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ is_avoid_stats
Method
is_avoid_stats
rust/src/lib.rs:1676–1678 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1674
}
1675
1676
fn is_avoid_stats(&self) -> bool {
1677
self.get_config().avoid_stats
1678
}
1679
1680
fn set_avoid_stats(&mut self, avoid_stats: bool) {
1681
if avoid_stats {
Callers
1
stats
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