Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chromedriver 2.46.0 download URL invalid #146

Open
booracle opened this issue Jul 22, 2019 · 0 comments
Open

chromedriver 2.46.0 download URL invalid #146

booracle opened this issue Jul 22, 2019 · 0 comments

Comments

@booracle
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant