JSPM

  • Created
  • Published
  • Downloads 143388
  • Score
    100M100P100Q199304F
  • License MIT

installs a `selenium-standalone` command line to install and start a standalone selenium server

Package Exports

  • selenium-standalone
  • selenium-standalone/lib/compute-fs-paths
  • selenium-standalone/lib/default-config
  • selenium-standalone/lib/default-config.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (selenium-standalone) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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 webdriverio/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