How to use the selenium-download.update function in selenium-download

To help you get started, we’ve selected a few selenium-download examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github dwyl / learn-nightwatch / test / selenium-download.js View on Github external
const selenium = require('selenium-download');

selenium.update('./nightwatch', function(error) {
  if (error) throw new Error(error);
  console.log('✔ Selenium & Chromedriver downloaded');
});

selenium-download

allow downloading of latest selenium standalone server and chromedriver

BSD-3-Clause
Latest version published 3 years ago

Package Health Score

45 / 100
Full package analysis

Popular selenium-download functions

Similar packages