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

Method get_driver_name_with_extension

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

Source from the content-addressed store, hash-verified

1156 }
1157
1158 fn get_driver_name_with_extension(&self) -> String {
1159 format!(
1160 "{}{}",
1161 self.get_driver_name(),
1162 get_binary_extension(self.get_os())
1163 )
1164 }
1165
1166 fn get_browser_name_with_extension(&self) -> String {
1167 format!(

Callers 2

download_driverMethod · 0.80
is_driverMethod · 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

no outgoing calls

Tested by

no test coverage detected