News: webdriver-manager
is now an official Angular project!
If your webdriver-manager
version is <=9
, this repository contains the source code you are looking for. For versions >=10
please visit: https://github.com/angular/webdriver-manager.
This repository will is on maintenance mode only addressing bug fixes for <=9
version bugs. All new feature development can be found at: https://github.com/angular/webdriver-manager
Protactor's webdriver-manager
as a standalone Node.js module.
Warning: This is a fork. The official protractor webdriver-manager can be found here: https://github.com/angular/protractor/blob/master/bin/webdriver-manager
Jérôme Macias
)Todd Wolfson
)Todd Wolfson
)wm.install
callback (function (err, filenames) { }
) is called: filenames
argument now contains only non-undefined values.chromedriver-nw
)start
callback was not executed: Selenium start up message was updated in version 2.46
(from Started SocketListener
to Selenium Server is up and running
). Regex was fixed to handle that case. (Fixed https://github.com/pose/webdriver-manager/issues/12)config.json
file. (Nicolas PENNEC
)selenium
to 2.46
, chromedriver
to 2.16
and iedriver
to 2.46.0
. (Nicolas PENNEC
)WebdriverManager
constructor third argument: quiet
(default: false
). Supresses writing to both stdout
and stderr
.start(options, cb)
method. cb
will be executed once selenium server has started.chromedriver
version to 2.15
. (Nicolas PENNEC
)stop
method that attemps to shut down selenium nicely.options.closeOnStdinInput
parameter to the start
method to prevent closing standalone on key press.start
method now receives an options
object.start
method options.closeOnStdinInput
is set to false
by default.