[−][src]Trait webdriver_install::DriverFetcher
Associated Constants
Loading content...Required methods
pub fn latest_version(&self) -> Result<String>[src]
pub fn direct_download_url(&self, version: &str) -> Result<Url>[src]
Implementors
impl DriverFetcher for Chromedriver[src]
pub const BASE_URL: &'static str[src]
pub fn latest_version(&self) -> Result<String>[src]
Returns the latest version of the driver
pub fn direct_download_url(&self, version: &str) -> Result<Url>[src]
Returns the download url for the driver executable