-
-
Notifications
You must be signed in to change notification settings - Fork 465
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
Extracted chromedriver for mac_arm64 / 115.0.5790.102 is not executable #547
Comments
Please provide a PR |
Seeing the same issue, also on an M1 Mac; hoping a follow-up release to fix might be possible. @bschuetze do you know if there a way to manually add that missing executable perm in the meantime? Doing |
@bschuetze I've added your fix locally but it has not worked for Mac M1 |
This is a chromedriver bug: https://bugs.chromium.org/p/chromium/issues/detail?id=1466427 Temp fix is to add this line to chrome options: |
Are you still seeing the same error or is it a different one? |
Try to update selenium to latest version, it has to manage drivers itself |
Hey,
I am trying to update a, previously working, webdriver_manager and selenium application to work with the new chrome release methods (as discussed in #536).
After updating to 3.9.1, I now get a new issue:
Checking using
ls
, we can see that the executable perm is missing.ls -al@ /Users/user/.wdm/drivers/chromedriver/mac_arm64/115.0.5790.102/chromedriver-mac-arm64/ total 31064 ... -rw-r--r--@ 1 user\group 15661456 24 Jul 13:07 chromedriver
I don't know if this related to the recent changes to how chrome is releasing, or perhaps a selenium issue. However adding the following (testing hack) resolves the error:
The text was updated successfully, but these errors were encountered: