Gathering detailed insights and metrics for webdriver-manager
Gathering detailed insights and metrics for webdriver-manager
Gathering detailed insights and metrics for webdriver-manager
Gathering detailed insights and metrics for webdriver-manager
npm install webdriver-manager
Typescript
Module System
Min. Node Version
Node Version
NPM Version
TypeScript (98.53%)
JavaScript (1.47%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
224 Stars
187 Commits
116 Forks
23 Watchers
10 Branches
29 Contributors
Updated on Jun 07, 2025
Latest Version
12.1.9
Package Id
webdriver-manager@12.1.9
Unpacked Size
343.76 kB
Size
76.81 kB
File Count
123
NPM Version
6.14.12
Node Version
10.24.1
Published on
Feb 09, 2023
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
22
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.
npm install -g webdriver-manager
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
By default, the selenium server will run on http://localhost:4444/wd/hub
.
webdriver-manager start
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
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
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
Found 12/30 approved changesets -- score normalized to 4
Reason
branch protection is not maximal on development and all release branches
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
37 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More