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

Method is_browser_version_stable

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

Source from the content-addressed store, hash-verified

832 }
833
834 fn is_browser_version_stable(&self) -> bool {
835 self.is_stable(self.get_browser_version())
836 }
837
838 fn is_version_specific(&self, version: &str) -> bool {
839 version.contains(".")

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

Tested by

no test coverage detected