This PR adds support scripts for updating Intern's webdriver list and publishing the list to Intern's github.io site. It also will update SeleniumTunnel to check for an updated driver list before downloading drivers.
Webdriver versions must still be updated manually (the webdriver npm script helps with this) since none of them but chromedriver have any sort of webservice that indicates the latest stable version.
This PR adds support scripts for updating Intern's webdriver list and publishing the list to Intern's github.io site. It also will update SeleniumTunnel to check for an updated driver list before downloading drivers.
Webdriver versions must still be updated manually (the
webdriver
npm script helps with this) since none of them but chromedriver have any sort of webservice that indicates the latest stable version.resolves #1071