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

Method is_browser_version_beta

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

Source from the content-addressed store, hash-verified

775 }
776
777 fn is_browser_version_beta(&self) -> bool {
778 self.is_beta(self.get_browser_version())
779 }
780
781 fn is_beta(&self, browser_version: &str) -> bool {
782 browser_version.eq_ignore_ascii_case(BETA)

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_betaMethod · 0.80
get_browser_versionMethod · 0.80

Tested by

no test coverage detected