webdriver-install 0.3.2

Fast and simple webdriver installation
Documentation
1
2
3
4
5
use webdriver_install::Driver;

fn main() {
    Driver::Gecko.install().unwrap();
}