Skip to content

chromedriver 2.46.0 download URL invalid #146

Description

@booracle
Expected behaviour

Automation could get start and run.

Actual behaviour

Automation couldn't get start due to chromedriver download URL invalid. https://chromedriver.storage.googleapis.com/2.46.0/chromedriver_mac64.zip

Exact steps to reproduce / repository that demonstrates the problem
  1. Automation previously works under node v6.17.0 & chimpy 0.54.0 environment, "chromedriver": "^2.35" is inside chimpy package.json file.
  2. Bump node version to v10.16.0, chimpy version to 1.2.0. "chromedriver": "^2.46.0" is inside chimpy package.json file.
  3. Install packages and run automation. Automation couldn't run due to chromedriver download URL invalid.
  4. Manually update chimpy package.json file chromedriver version from 2.46.0 to 2.46 does solve the problem. Doubt it's a version pathing bug from chimpy.
Version & tools:
  • Chimp command line used: The exact command you used
    chimpy chimp.js --chai --path ./test/feature --browser=firefox
  • Chimp config file: Please provide a Gist if you use a config file
'use strict';
module.exports = {
  seleniumStandaloneOptions: {
    proxy: '####',
  },
  webdriverio: {
    desiredCapabilities: {
      'moz:webdriverClick': false,
    },
  },
};
  • Chimp: 1.2.0
  • Node.js: 10.16.0 or 8.16.0
  • Java: * 1.8.0_211-b12
  • Operation system:
    macOS 10.14.5 Darwin Kernel Version 18.6.0 or win10
Console / Log Output

$ chimpy ../../chimp.js --chai --path ./test/feature --browser=firefox
(node:4290) [DEP0022] DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.

Master Chimp and become a testing Ninja! Check out our course: http://bit.ly/2btQaFu

[chimp] Running...
[selenium] Error: Could not download https://chromedriver.storage.googleapis.com/2.46.0/chromedriver_mac64.zip


Join our Slack xolv.io/community #chimp channel, where you can find help and help others.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions