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

Method get_browser_versions_url

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

Source from the content-addressed store, hash-verified

186 // ----------------------------------------------------------
187
188 fn get_browser_versions_url(&self) -> &str {
189 ""
190 }
191
192 fn download_driver(&mut self) -> Result<(), Error> {
193 let driver_path_in_cache = self.get_driver_path_in_cache()?;

Callers 2

download_browserMethod · 0.45
throw_error_messageMethod · 0.45

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