UNPKG

selenium-standalone

Version:

installs a `selenium-standalone` command line to install and start a standalone selenium server

5 lines (4 loc) 91 B
module.exports = { install: require('./lib/install'), start: require('./lib/start') };