selenium-run

Run or kill selenium headless easily

Usage no npm install needed!

<script type="module">
  import seleniumRun from 'https://cdn.skypack.dev/selenium-run';
</script>

README

 CLI :thumbsup:

npm i -g selenium-run

Usage

# Run selenium
selenium -r
# Kill selenium
selenium -k

Programmatical :thumbsup:

npm i --save selenium-run

Usage

var runner = require('selenium-run');

runner.run();

runner.kill()
  .then(function (value) {console.log(value);})
  .catch(function (error) {console.log(error);})


Maintenance & Development Çağatay Çalı

Made with :heart: