Skip to content

[🐛 Bug]: chromedriver available at a new domain storage.googleapis.com #12251

@jacekcho

Description

@jacekcho

Have you read the Contributing Guidelines on issues?

WebdriverIO Version

latest

Node.js Version

20

Mode

Standalone Mode

Which capabilities are you using?

capabilities: [
    {
      browserName: 'chrome',
      acceptInsecureCerts: true,
      'goog:chromeOptions': {
        ...(isMobile() && {
          mobileEmulation: { deviceName: 'Pixel 2' }
        }),
        ...(isHeadless() && {
          args: ['--headless', '--disable-gpu', '--no-sandbox', '--disable-setuid-sandbox', '--disable-dev-shm-usage']
        })
      }
    }
  ],

What happened?

from version 121.0.6167.85 the chrome driver is available under a new domain:

storage.googleapis.com

https://googlechromelabs.github.io/chrome-for-testing/#stable

https://googlechromelabs.github.io/chrome-for-testing/known-good-versions-with-downloads.json

What is your expected behavior?

use proper domain to download chromedriver
https://storage.googleapis.com/chrome-for-testing-public/

How to reproduce the bug.

update chrome and run a test

Relevant log output

2024-02-15T13:39:01.543Z ERROR webdriver: Failed downloading chromedriver v121.0.6167.184: Download failed: server returned code 404. URL: https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/121.0.6167.184/mac-arm64/chromedriver-mac-arm64.zip, retrying ...
Error: Error: Failed downloading chromedriver v121.0.6167.184: Download failed: server returned code 404. URL: https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/121.0.6167.184/mac-arm64/chromedriver-mac-arm64.zip, retrying ...


### Code of Conduct

- [X] I agree to follow this project's Code of Conduct

### Is there an existing issue for this?

- [X] I have searched the existing issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions