Skip to content

naoufal/node-se-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-se-cli NPM Version

A Selenium command line interface.

se-cli

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.

## pid Returns the process ID of the Selenium Server.

Example

se pid

# Process ID: 9678

About

A Selenium command line interface.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published