webdriver-install

Rust Sponsor
count

Fast and simple webdriver installation

Usage

```rust use webdriver_install::Driver; use std::path::PathBuf;

fn main() { // Install into $HOME/.webdrivers Driver::Chrome.install();

// Install into specified path
Driver::Chrome.install_into(PathBuf::from("/tmp/webdrivers"));

} ```

Implementation state

Driver installation support:

Usability:

Inspired by: