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

Method get_minor_version

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

Source from the content-addressed store, hash-verified

1124 }
1125
1126 fn get_minor_version(&self, full_version: &str) -> Result<String, Error> {
1127 get_index_version(full_version, 1)
1128 }
1129
1130 fn get_selenium_release_version(&self) -> Result<String, Error> {
1131 let driver_version = self.get_driver_version();

Callers 2

get_driver_urlMethod · 0.80
get_platform_labelMethod · 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