Skip to content
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

[doc] notes about MacOS M1 Sonoma to run chromedriver #48

Open
bmx666 opened this issue Feb 7, 2024 · 0 comments
Open

[doc] notes about MacOS M1 Sonoma to run chromedriver #48

bmx666 opened this issue Feb 7, 2024 · 0 comments
Assignees
Labels
unconfirmed bug Potential bugs awaiting confirmation

Comments

@bmx666
Copy link

bmx666 commented Feb 7, 2024

Thanks a lot for this project!

After several hours of fighting with MacOS M1 Sonoma 14.3 I found a solution how to run chromedriver here

brew install chromedriver

xattr -d com.apple.quarantine /opt/homebrew/bin/chromedriver
xattr -d com.apple.quarantine /opt/homebrew/Caskroom/chromedriver/121.0.6167.85/chromedriver-mac-arm64/chromedriver
xattr -d com.apple.quarantine /opt/homebrew/Caskroom/chromedriver/121.0.6167.85/chromedriver-mac-arm64
xattr -d com.apple.quarantine /opt/homebrew/Caskroom/chromedriver/121.0.6167.85

perl -pi -e 's/cdc_/dog_/g' /opt/homebrew/bin/chromedriver
codesign --remove-signature /opt/homebrew/bin/chromedriver
codesign --force --deep -s - /opt/homebrew/bin/chromedriver
@bmx666 bmx666 added the unconfirmed bug Potential bugs awaiting confirmation label Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unconfirmed bug Potential bugs awaiting confirmation
Projects
None yet
Development

No branches or pull requests

2 participants