se-cli
v0.1.2
Published
A Selenium command line interface.
Downloads
2
Maintainers
Readme
node-se-cli
A Selenium command line interface.
Install
npm install -g se-cli
Documentation
Commands
Commands
start
Starts a Selenium Server on port 4444 if there isn't one already running.
Example
se start
# Starting Selenium... -
# Selenium is running. \
stop
Stops the Selenium Server.
Example
se stop
# Selenium stopped.
status
Returns the status of the Selenium Server.
Example
se status
# Selenium is not running.
Example
se pid
# Process ID: 9678