webdriver-downloader
Library for webdriver download. Supports chromedriver, geckodriver for Windows, Linux and macOS.
Usage
Downloading library provided driver
use *;
async
Implementing downloader for custom driver
By implementing WebdriverUrlInfo, WebdriverInstallationInfo, WebdriverVerificationInfo
, trait WebdriverDownloadInfo
is automatically implemented for struct CustomDriverInfo
.
Then you can call custom_driver_info.download_verify_install(max_attempts)
.