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

Method get_major_version

rust/src/lib.rs:1144–1146  ·  view source on GitHub ↗
(&self, full_version: &str)

Source from the content-addressed store, hash-verified

1142 }
1143
1144 fn get_major_version(&self, full_version: &str) -> Result<String, Error> {
1145 get_index_version(full_version, 0)
1146 }
1147
1148 fn get_selenium_release_version(&self) -> Result<String, Error> {
1149 let driver_version = self.get_driver_version();

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_index_versionFunction · 0.85