Socket
Book a DemoInstallSign in
Socket

@nightwatch/selenium-server

Package Overview
Dependencies
Maintainers
7
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nightwatch/selenium-server

NPM install wrapper which makes available the selenium standalone server jar file in your node_modules folder.

latest
npmnpm
Version
4.20.0
Version published
Maintainers
7
Created
Source

selenium-server-jar-download

NPM install wrapper which makes available the selenium standalone server jar file in your node_modules folder.

Build Status version

Installing Selenium 4

This will download the jar file.

npm i @nightwatch/selenium-server

Install a specific version, e.g. 4.1.1:

npm i @nightwatch/selenium-server@4.1.1

Installing Selenium 3

This will install the last Selenium 3 standalone server, version: 3.150.0

npm i @nightwatch/selenium-server@3

Usage

const SeleniumServer = require('@nightwatch/selenium-server');

// Get the path to the jar file:
console.log(SeleniumServer.path);

The file is downloaded in node_modules/@nightwatch/selenium-server/lib.

License

MIT

Keywords

Selenium

FAQs

Package last updated on 16 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts