webdriver-downloader 0.17.0

Library for webdriver download.
Documentation
1
2
3
4
5
6
7
//! This module contains the implementations of the [`WebdriverDownloadInfo`](crate::traits::webdriver_download_info::WebdriverDownloadInfo) trait for the
//! different webdrivers.

pub mod chromedriver_for_testing_info;
pub mod chromedriver_info;
pub mod chromedriver_old_info;
pub mod geckodriver_info;