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

Method is_browser_version_unstable

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

Source from the content-addressed store, hash-verified

816 }
817
818 fn is_browser_version_unstable(&self) -> bool {
819 self.is_unstable(self.get_browser_version())
820 }
821
822 fn is_empty(&self, browser_version: &str) -> bool {
823 browser_version.is_empty()

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

Tested by

no test coverage detected