selenium-download v2.0.16
selenium-download
This module allows you to download the latest versions of the selenium standalone server and the chromedriver.
Keep up to date with changes by checking the releases.
example
var selenium = require('selenium-download');
selenium.ensure(__dirname + '/bin', function (error) {
if (error) console.error(error.stack);
process.exit(0);
});
api
selenium.ensure
ensure
ensures that
the selenium.jar and chromedriver
files are in the path provided.
If they are not, the latest versions of both are downloaded into that path.
selenium.update
update
forces
the selenium.jar and chromedriver
files to be the latest available versions.
Pulls from temp directory if available.
selenium.forceUpdate
forceUpdate
forces
the selenium.jar and chromedriver
files to be the latest available versions.
Clears temp directory before checking.
4 years ago
5 years ago
6 years ago
6 years ago
7 years ago
7 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
11 years ago
11 years ago
11 years ago