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

Method is_version_specific

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

Source from the content-addressed store, hash-verified

858 }
859
860 fn is_version_specific(&self, version: &str) -> bool {
861 version.contains(".")
862 }
863
864 fn is_browser_version_specific(&self) -> bool {
865 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