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

Method get_driver_path_in_cache

rust/src/edge.rs:299–307  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

297 }
298
299 fn get_driver_path_in_cache(&self) -> Result<PathBuf, Error> {
300 Ok(compose_driver_path_in_cache(
301 self.get_cache_path()?.unwrap_or_default(),
302 self.driver_name,
303 self.get_os(),
304 self.get_platform_label(),
305 self.get_driver_version(),
306 ))
307 }
308
309 fn get_config(&self) -> &ManagerConfig {
310 &self.config

Callers 2

download_driverMethod · 0.45
setupMethod · 0.45

Calls 5

get_cache_pathMethod · 0.80
get_osMethod · 0.80
get_driver_versionMethod · 0.80
get_platform_labelMethod · 0.45

Tested by

no test coverage detected