Skip to content

There are minimum Chromium versions for Mac M1/M2 drivers #1605

@mdmintz

Description

@mdmintz

There are minimum Chromium versions for Mac M1/M2 drivers

  • The minimum chromedriver for mac_arm64 is 106.
  • The minimum msedgedriver for mac_arm64 is 105.

If the Mac M1/M2 user has a Chrome version older than 106, then the SeleniumBase Driver Manager should get the Intel chromedriver instead. (Because the ARM one for versions older than that don't exist.)

If the Mac M1/M2 user has an Edge version older than 105, then the SeleniumBase Driver Manager should get the Intel msedgedriver instead. (Because the ARM one for versions older than that don't exist.)

In seleniumbase 4.8.2, the SeleniumBase Driver Manager started getting the ARM versions of drivers for Chrome and Edge if the user had an M1/M2 Mac. However, if the user had an earlier version of Chrome or Edge installed, then there could be errors getting the drivers if the ARM version wasn't yet available.

For reference, https://chromedriver.storage.googleapis.com/ has the list of all drivers available for Chrome.

Metadata

Metadata

Assignees

Labels

SeleniumBase 4SeleniumBase 4bugUh oh... Something needs to be fixed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions