Skip to content

A program to automatically update your webdrivers after updating your browsers.

License

Notifications You must be signed in to change notification settings

ParfaitD9/updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UPDATER

Description

UPDATER is a command line program written in Rust to help you directly download the driver(s) compatible with your browser. For programmers writing test automation and web scraping scripts, it can quickly become tedious to have to download the new driver depending on the update of your browser. This is where Updater comes in by automatically downloading the compatible driver. For the moment, only chromedriver download is supported and identification is automatic for browsers installed from pacman.

Installation

Installation is so simple that it just involves downloading the release file and saving it to one of the folders in your PATH environment variable. You can also decide to compile from source, in which case you will need a Rust compiler installed.

Usage

From your shell just run:

updater -o ~

This will download the chromedriver compatible with your current browser version. You can always use help menu via :

updater --help

License

This project is under MIT License

About

A program to automatically update your webdrivers after updating your browsers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages