chromedriver plugin for the asdf version manager.
bash
,curl
,zip
: generic POSIX utilities.
Plugin:
asdf plugin add chromedriver
# or
asdf plugin add chromedriver https://github.com/schinckel/asdf-chromedriver.git
chromedriver:
# Show all installable versions
asdf list-all chromedriver
# Install specific version
asdf install chromedriver latest
# Set a version globally (on your ~/.tool-versions file)
asdf global chromedriver latest
# Now chromedriver commands are available
chromedriver --help
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
See LICENSE © Matthew Schinckel