Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

deps(update): update webdriver-manager to ^12.0.1 #4042

Merged
merged 1 commit into from
Jan 31, 2017

Commits on Jan 31, 2017

  1. deps(update): update webdriver-manager to ^12.0.1

    Running `webdriver-manager update` will now by default grab the latest
    versions of all binaries (standalone, chromedriver, iedriver, gecko
    driver). You can continue to pin to a specific versions using the
    command line option. Example `webdriver-manager update --versions.chrome 2.20`. As of this release the latest versions are:
    
    - gecko v0.14.0
    - selenium-standalone 3.0.1 is the latest jar file; however, we recommend 3.0.0-beta4. See note below on Firefox support.
    - chromedriver 2.27
    - iedriver 3.0.0
    
    A note on FireFox support: Selenium standalone 3.0.1 has a bug which prevents it from working with any version of FireFox. We have tested version 3.0.0-beta4 and know that it works with FireFox 51, and we expect that the 3.0.2 release will also work.
    
    closes angular#4033
    cnishina committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    9c955ee View commit details
    Browse the repository at this point in the history