selenium-standalone
Advanced tools
Changelog
3.1.0 (2015-01-17)
opts.logger
to install()
, defaults to noop
opts.progressCb
to install(opts)
, now you can receive progress informationopts.spawnCb
to start()
, now you can receive the spawned process asapChangelog
3.0.0 (2015-01-10)
selenium-standalone
selenium-standalone install
and then selenium-standalone start
require('selenium-standalone').install(cb)
or require('selenium-standalone').start(cb)
start
callback: cb(err, cp)
Changelog
2.44.0-6 (2015-01-03)
cb()
functionnality
cb