Socket
Socket
Sign inDemoInstall

webdriver-manager

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webdriver-manager - npm Package Versions

23
7

13.0.2

Diff

angular
published 13.0.1 •

angular
published 12.1.9 •

cnishina
published 12.1.8 •

Changelog

Source

12.1.8

Fixes for macOS ChromeDriver download. If you are using a macOS and are running into a WebDriver.createSession error, run webdriver-manager clean to remove the downloaded ChromeDriver before running webdriver-manager update.

  • (4f5f736) fix(chromedriver): get most recent version on x64 windows if multiple major versions exist (#473)

  • (17db8a2) fix(binaries): filter m1 mac chromedriver versions (#478)

cnishina
published 12.1.7 •

Changelog

Source

12.1.7

Updates to Chromedriver to the LATEST_RELEASE. This should work from here on in when Chrome is updated to a new version.

  • 64795b7 chore(chrome) get latest chromedriver from LATEST_RELEASE (#418)

    • changed the get latest chromedriver to use the URL getting the latest first, then downloading that specific version.
    • removed unused imports.
cnishina
published 12.1.6 •

Changelog

Source

12.1.6

Update the max Chrome version to 76.

cnishina
published 12.1.5 •

Changelog

Source

12.1.5

Update the max Chrome version to 75.

cnishina
published 12.1.4 •

Changelog

Source

12.1.4

Fixes issues introduced by 12.1.3 (--versions.chrome flag and status command did not work). Also prevents downloading version 75 using the config.json file.

Bug Fix

  • (0a6ce24) fix(chromedriver): version fixes for update, status, and start (#380)

    • Set the max versioning set in config.json. This will need to be updated on every release of chromedriver. This will "fix" chrome and chromedriver mismatches until Chrome 75 comes out. When it does there will have to be an update for this again. Possible future work would allow a user to set this via flag. Example --maxVersions.chrome "74."
    • Create a generic way to get a valid version for Chromedriver. If presented with 2.x, change this to 2.x.0. If presented with a 74.x.x.x, chop off the last set of numbers and change this to 74.x.x
      • Fixes the status command during a semver check.
      • Fixes the update and start command when starting a specific version of chromedriver
cnishina
published 12.1.3 •

Changelog

Source

12.1.3

Fixes download issues for chromedriver version 74+.

Bug Fix

  • (476c117) fix(chromedriver): support downloads for chromedriver beyond 2.46 (#377)

    Versions of Chromdriver were versioned as 2.xx. We previously used to tack on a '.0' at the end to make it a semver version. This is why it was not downloading 74.0.3729.6. We now have to change 74.0.3729.6 to be a semver. We will do this by grabbing 74.0.3729 with a regex.

    This should work when downloading the latest chromedriver version since 2.46.0 < 74.0.3729. If Chromedriver releases 75 but we are still on Chrome 74, this will still break in this version of webdriver-manager. This does not prevent latest Chromedriver and latest Chrome mismatches. If you run into an issue where Chromedriver is mismatched with Chrome, use the --versions.chrome flag to pass in the version to download.

cnishina
published 12.1.2 •

Changelog

Source

12.1.2

Fixes download issues for the selenium jar file.

Bug Fix

  • (7dc17ef) fix(selenium): download jar files and not zip files (#371)

    This fix is here because selenium now has .zip files in the .xml. This worked previously since there were no .zip files and it would find a version that matched the latest jar file.

    Also do not download alpha versions since we are also not downloading beta versions of the jar file.

    closes #370

23
7
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc