proof icon indicating copy to clipboard operation
proof copied to clipboard

Bump selenium-standalone to v8.3.0 to fix an issue for mac m1

Open d9su opened this issue 2 years ago • 0 comments

While attempting to run proof tests locally on my Mac M1, I encountered an error:

Error in "getDownloadStream". Could not download https://chromedriver.storage.googleapis.com/114.0.5735.90/chromedriver_mac64_m1.zip
See more details below:
404 https://chromedriver.storage.googleapis.com/114.0.5735.90/chromedriver_mac64_m1.zip
Response code 404 (Not Found)

The error is in selenium-standalone and upon some research, I found the issue on their repo, and the ultimate fix.

The fix was deployed on selenium-standalone v8.2.1, but I opted to bump the version all the way to v8.3.0, the latest before v9.

d9su avatar Aug 28 '23 22:08 d9su