selenium-server

WebJar for selenium-server

License

License

BSD
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

selenium-server
Last Version

Last Version

2.53.0
Release Date

Release Date

Type

Type

jar
Description

Description

selenium-server
WebJar for selenium-server
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/eugeneware/selenium-server

Download selenium-server

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/selenium-server/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>selenium-server</artifactId>
    <version>2.53.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/selenium-server/
implementation 'org.webjars.npm:selenium-server:2.53.0'
// https://jarcasting.com/artifacts/org.webjars.npm/selenium-server/
implementation ("org.webjars.npm:selenium-server:2.53.0")
'org.webjars.npm:selenium-server:jar:2.53.0'
<dependency org="org.webjars.npm" name="selenium-server" rev="2.53.0">
  <artifact name="selenium-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='selenium-server', version='2.53.0')
)
libraryDependencies += "org.webjars.npm" % "selenium-server" % "2.53.0"
[org.webjars.npm/selenium-server "2.53.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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.

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

Versions

Version
2.53.0