UNPKG

selenium-standalone

Version:

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

12 lines (8 loc) 209 B
const debug = require('debug')('selenium-standalone:install'); const checkArgs = (fnName, opts = {}) => { debug(fnName + ' called with', opts); return { ...opts }; }; module.exports = { checkArgs, };