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

Method is_version_specific

rust/src/lib.rs:838–840  ·  view source on GitHub ↗
(&self, version: &str)

Source from the content-addressed store, hash-verified

836 }
837
838 fn is_version_specific(&self, version: &str) -> bool {
839 version.contains(".")
840 }
841
842 fn is_browser_version_specific(&self) -> bool {
843 self.is_version_specific(self.get_browser_version())

Callers 3

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

no outgoing calls

Tested by

no test coverage detected