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

Method is_avoid_stats

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

Source from the content-addressed store, hash-verified

1692 }
1693
1694 fn is_avoid_stats(&self) -> bool {
1695 self.get_config().avoid_stats
1696 }
1697
1698 fn set_avoid_stats(&mut self, avoid_stats: bool) {
1699 if avoid_stats {

Callers 1

statsMethod · 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