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

Method get_selenium_version

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

Source from the content-addressed store, hash-verified

1682 }
1683
1684 fn get_selenium_version(&self) -> &str {
1685 self.get_config().selenium_version.as_str()
1686 }
1687
1688 fn set_selenium_version(&mut self, selenium_version: String) {
1689 if !selenium_version.is_empty() {

Callers 1

statsMethod · 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 1

get_configMethod · 0.45

Tested by

no test coverage detected