# selenium-server

> Selenium in an npm package

Latest version **3.141.59** (published 2018-11-16) · BSD-3-Clause license · 0 weekly downloads

## Install

```sh
npm install selenium-server
pnpm add selenium-server
yarn add selenium-server
bun add selenium-server
```

Provides the command `selenium`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; large bundle.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.141.59 |
| Published | 2018-11-16 |
| First published | 2013-06-20 |
| Weekly downloads | 0 |
| License | BSD-3-Clause |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 10.2 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 54 |
| Author | Didit Tech |
| Maintainers | arty.name, eugeneware |
| Keywords | bdd, tdd, selenium, server, standalone, testing |

## Links

- npm: https://www.npmjs.com/package/selenium-server
- Repository: https://github.com/eugeneware/selenium-server
- Homepage: https://github.com/eugeneware/selenium-server#readme
- Issues: https://github.com/eugeneware/selenium-server/issues
- npm.io page: https://npm.io/package/selenium-server

## Alternatives

- [@snazzah/davey](https://npm.io/package/@snazzah/davey.md) — 1.5M weekly downloads
- [@vendure/testing](https://npm.io/package/@vendure/testing.md) — 8.3K weekly downloads
- [vue-simple-context-menu](https://npm.io/package/vue-simple-context-menu.md) — 6.6K weekly downloads
- [cypress-webpack-preprocessor-v5](https://npm.io/package/cypress-webpack-preprocessor-v5.md) — 2.1K weekly downloads
- [@backstage/plugin-catalog-backend-module-puppetdb](https://npm.io/package/@backstage/plugin-catalog-backend-module-puppetdb.md) — 1.3K weekly downloads

## Recent versions

- 3.141.59 (latest) — 2018-11-16
- 3.141.5 — 2018-11-10
- 3.141.0 — 2018-11-04
- 3.14.0 — 2018-08-03
- 3.13.0 — 2018-06-27
- 3.12.0 — 2018-05-10
- 3.11.0 — 2018-03-13
- 3.10.0 — 2018-03-03
- 3.9.1 — 2018-02-08
- 3.9.0 — 2018-02-06
- 3.8.1 — 2017-12-01
- 3.8.0 — 2017-12-01
- 3.7.1 — 2017-11-07
- 3.7.0 — 2017-11-03
- 3.6.0 — 2017-10-01
- … 36 more at https://npm.io/package/selenium-server/versions

## README

# Intro

Node wrapper for Selenium

# Install

    npm install -g selenium-server

# Use

    selenium &

# Using via node

The package exports a `path` string that contains the path to the
selenium server binary/executable.

Below is an example of using this package via node.

```javascript
var seleniumServer = require('selenium-server');
var binPath = seleniumServer.path;
console.log(binPath);
...
```

---
_Source: https://npm.io/package/selenium-server · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
