webdriver-install 0.3.1-alpha.1

Fast and simple webdriver installation
Documentation
use webdriver_install::Driver;

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