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

Method is_empty

rust/src/lib.rs:822–824  ·  view source on GitHub ↗
(&self, browser_version: &str)

Source from the content-addressed store, hash-verified

820 }
821
822 fn is_empty(&self, browser_version: &str) -> bool {
823 browser_version.is_empty()
824 }
825
826 fn is_browser_version_empty(&self) -> bool {
827 self.is_empty(self.get_browser_version())

Callers 15

download_to_tmp_folderFunction · 0.80
defaultMethod · 0.80
get_valueMethod · 0.80
check_cache_pathFunction · 0.80
read_cache_pathFunction · 0.80
mainFunction · 0.80
log_browser_pathFunction · 0.80
createMethod · 0.80
check_path_traversalFunction · 0.80
find_latest_from_cacheFunction · 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 1

browser_version_testFunction · 0.64