relu91 / selenium-standalone

A node based CLI library for launching Selenium with WebDrivers support (Chrome, Firefox, IE, Edge)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

selenium-standalone

dependencies Status devDependencies Status

A node based CLI library for launching Selenium with WebDrivers support.

Supported WebDrivers:

Install & Run

As global npm package

npm install selenium-standalone -g
selenium-standalone install && selenium-standalone start

As a npm package

npm install selenium-standalone --save-dev
npx selenium-standalone install && npx selenium-standalone start

As a Docker service

docker run -it -p 4444:4444 vvoyer/selenium-standalone

screencast

Command line interface (CLI)

See CLI docs

Application Programming Interface (API)

See API docs

Available browsers

By default, Google Chrome, Firefox and Microsoft Edge are available when installed on the host system.

Starting from v6.22 chrome, edgechromium, and geckodriver support latest as version.

Tips

Examples of combining with other tools

Contributing

See Contributing

About

A node based CLI library for launching Selenium with WebDrivers support (Chrome, Firefox, IE, Edge)

License:Other


Languages

Language:JavaScript 88.8%Language:Dockerfile 6.3%Language:Shell 4.8%