We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
theAbdoSabbagh
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: