groupon / selenium-download

allow downloading of latest selenium standalone server and chromedriver
BSD 3-Clause "New" or "Revised" License
28 stars 25 forks source link

Add a selenium-download bin script #28

Closed insin closed 8 years ago

insin commented 8 years ago

Potential API:

Usage:
  selenium-download <path>         ensure selenium.jar and chromedriver are available at path
  selenium-download update <path>  update to the latest available versions, checking temp dir

Options:
  -f, --force    clear the temp dir before performing an update
  -h, --help     show this help
  -q, --quiet    don't log results
  -v, --version  show selenium-download's version
jkrems commented 8 years ago

Hi,

Thanks for the idea! Since this library is often used as a helper inside of other tools, I'm not sure if bundling the cli directly makes sense. Maybe something like selenium-download-cli would make sense (?). It looks like something like that already exists: https://www.npmjs.com/package/selenium-standalone.

jkrems commented 8 years ago

Feel free to reopen if selenium-standalone doesn't fit your needs. :) We could also add a link in the README pointing people who are looking for a CLI to selenium-standalone.