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

Method get_browser_version_label

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

Source from the content-addressed store, hash-verified

1305 }
1306
1307 fn get_browser_version_label(&self) -> String {
1308 let major_browser_version = self.get_major_browser_version();
1309 if major_browser_version.is_empty() {
1310 "".to_string()
1311 } else {
1312 format!(" {}", major_browser_version)
1313 }
1314 }
1315
1316 fn unavailable_download<T>(&self) -> Result<T, Error>
1317 where

Callers

nothing calls this directly

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

Tested by

no test coverage detected