Skip to content

A Node.js based package and CLI library for launching Selenium with WebDrivers support (Chrome, Firefox, IE, Edge)

License

Notifications You must be signed in to change notification settings

webdriverio/selenium-standalone

Repository files navigation

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