JSPM

  • Created
  • Published
  • Downloads 5371
  • Score
    100M100P100Q138182F
  • License Apache-2.0

A jarfile, so you don't need to include it in your repository

Package Exports

  • selenium-server-standalone-jar
  • selenium-server-standalone-jar/index.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-server-standalone-jar) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

This repository includes a jarfile. It points to it.

Usage

Installation

npm install --save-dev selenium-server-standalone-jar

Usage

This is up to you. All you get is:

var jar = require('selenium-server-standalone-jar');
console.log(jar.path);    // path to selenium-server-standalone-X.YY.Z.jar
console.log(jar.version); // X.YY.Z

This repository has no advice as to how to run the jar. Other libraries should fill that void; they can depend on this library to keep things simple.