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

Method is_browser_version_empty

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

Source from the content-addressed store, hash-verified

824 }
825
826 fn is_browser_version_empty(&self) -> bool {
827 self.is_empty(self.get_browser_version())
828 }
829
830 fn is_stable(&self, browser_version: &str) -> bool {
831 browser_version.eq_ignore_ascii_case(STABLE)

Callers 2

download_browserMethod · 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 2

is_emptyMethod · 0.80
get_browser_versionMethod · 0.80

Tested by

no test coverage detected