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

Method get_major_version

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

Source from the content-addressed store, hash-verified

1120 }
1121
1122 fn get_major_version(&self, full_version: &str) -> Result<String, Error> {
1123 get_index_version(full_version, 0)
1124 }
1125
1126 fn get_minor_version(&self, full_version: &str) -> Result<String, Error> {
1127 get_index_version(full_version, 1)

Callers 6

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

Tested by

no test coverage detected