webdriver-manager

WebJar for webdriver-manager

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

webdriver-manager
Last Version

Last Version

13.0.0-beta
Release Date

Release Date

Type

Type

jar
Description

Description

webdriver-manager
WebJar for webdriver-manager
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/angular/webdriver-manager

Download webdriver-manager

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
org.webjars.npm : request jar [2.88.0,3)
org.webjars.npm : xml2js jar [0.4.19,0.5)
org.webjars.npm : yargs jar [12.0.5,13)
org.webjars.npm : semver jar [5.6.0,6)
org.webjars.npm : tar jar [4.4.8,5)
org.webjars.npm : adm-zip jar [0.4.13,0.5)
org.webjars.npm : loglevel jar [1.6.1,2)

Project Modules

There are no modules declared in this project.

Webdriver Manager CircleCI Status Join the chat at https://gitter.im/angular/webdriver-manager

A selenium server and browser driver manager for your end to end tests. This is the same tool as webdriver-manager from the Protractor repository.

Note: Version 9 and lower please reference pose/webdriver-manager. If there are features that existed in version 9 and lower, please open up an issue with the missing feature or a create a pull request.

Getting Started

npm install -g webdriver-manager

Setting up a Selenium Server

Prior to starting the selenium server, download the selenium server jar and driver binaries. By default it will download the selenium server jar and chromedriver binary.

webdriver-manager update

Starting the Selenium Server

By default, the selenium server will run on http://localhost:4444/wd/hub.

webdriver-manager start

Other useful commands

View different versions of server and driver files:

webdriver-manager status

Clear out the server and driver files. If webdriver-manager start does not work, try to clear out the saved files.

webdriver-manager clean

Running / stopping server in background process (stopping is not yet supported on standalone server 3.x.x):

webdriver-manager start --detach
webdriver-manager shutdown

Help commands

Wedriver-manager has a main help option: webdriver-manager help. There are also other built in help menus for each of the commands. So for example, if you would like to look up all the flag options you can set in update, you could run webdriver-manager update help.

Here are a list of all the commands with help:

webdriver-manager update help
webdriver-manager start help
webdriver-manager clean help
webdriver-manager status help

Other topics:

org.webjars.npm

Angular

Versions

Version
13.0.0-beta