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
webdriver-manager-replacement
webdriver-manager-replacement
@josepmc/webdriver-manager
webdriver-manager
wp-e2e-webdriver
Webdriver manager and helper for WP end-to-end tests
blocking-proxy
WebDriver Proxy for testing rich clients. It block certain calls until Angular is done updating the page under test.
npm install webdriver-manager
59.7
Supply Chain
86
Quality
70.7
Maintenance
50
Vulnerability
95.8
License
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
224 Stars
187 Commits
116 Forks
24 Watching
10 Branches
29 Contributors
Updated on 22 Nov 2024
Minified
Minified + Gzipped
TypeScript (98.53%)
JavaScript (1.47%)
Cumulative downloads
Total Downloads
Last day
-6.6%
164,361
Compared to previous day
Last week
-0.4%
865,437
Compared to previous week
Last month
9.6%
3,782,989
Compared to previous month
Last year
-18.8%
45,829,922
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
35 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
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