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

Method is_browser_version_dev

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

Source from the content-addressed store, hash-verified

783 }
784
785 fn is_browser_version_dev(&self) -> bool {
786 self.is_dev(self.get_browser_version())
787 }
788
789 fn is_dev(&self, browser_version: &str) -> bool {
790 browser_version.eq_ignore_ascii_case(DEV)

Callers

nothing calls this directly

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 2

is_devMethod · 0.80
get_browser_versionMethod · 0.80

Tested by

no test coverage detected