@nightwatch/selenium-server

4.5.0 • Public • Published

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

/@nightwatch/selenium-server/

    Package Sidebar

    Install

    npm i @nightwatch/selenium-server

    Weekly Downloads

    661

    Version

    4.5.0

    License

    MIT

    Unpacked Size

    4.71 kB

    Total Files

    8

    Last publish

    Collaborators

    • garg3133
    • harshit-bs
    • swrdfish
    • gravityvi
    • beatfactor
    • vaibhavsingh97
    • automatedtester