Skip to content

add linux arm64 driver url for chrome - #1630

Merged
bonigarcia merged 2 commits into
bonigarcia:masterfrom
Blaubeeree:master
Sep 23, 2026
Merged

bonigarcia merged 2 commits into
bonigarcia:masterfrom
Blaubeeree:master

Conversation

@Blaubeeree

Copy link
Copy Markdown
Contributor

Purpose of changes

Add the URL to download chrome on linux arm64 systems

Types of changes

  • Bug-fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

How has this been tested?

Executed the Unittests in ChromeDriverManagerTest and ChromeArmTest

@bonigarcia

Copy link
Copy Markdown
Owner

Thanks a lot, @Blaubeeree, for contributing. The code looks good but there is a failing test in CI:

  [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in io.github.bonigarcia.wdm.managers.ChromeDriverManagerTest
  [INFO] 
  [INFO] Results:
  [INFO] 
  [ERROR] Errors: 
  [ERROR]   ChromeArmTest.testChromeArm:45->checkArmOnLinux:70 » WebDriverManager io.github.bonigarcia.wdm.config.WebDriverManagerException: Error HTTP 404 executing https://storage.googleapis.com/chrome-for-testing-public/152.0.7977.82/linux-arm64/chromedriver-linux-arm64.zip

Can you please check it?

@Blaubeeree

Copy link
Copy Markdown
Contributor Author

The problem seemed to be that the mac and linux github runner have Chrome 152 installed while the driver exists only since Chrome 153 (didn't even knew the driver was this new 😄 ).
I fixed the test to just use the latest version. I also tried to update the browser in the runners but that didn't worked very well and just broke even more things.

@bonigarcia
bonigarcia merged commit 1444112 into bonigarcia:master Sep 23, 2026
4 checks passed
@bonigarcia

Copy link
Copy Markdown
Owner

Thanks a lot for contributing, @Blaubeeree!

@Blaubeeree

Copy link
Copy Markdown
Contributor Author

No problem, thanks for the quick response and merge.

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

Successfully merging this pull request may close these issues.

2 participants