MacOS Catalina(v 10.15.3): Error: “chromedriver” cannot be opened because the developer cannot be verified. Unable to launch the chrome browser

后端 未结 9 542
萌比男神i
萌比男神i 2021-01-29 20:14

I have recently upgraded my mac machine to OS Catalina(v 10.15.3). After this upgrade I am unable to launch the chrome driver using selenium.

I am facing the below error

9条回答
  •  一生所求
    2021-01-29 21:04

    Two steps to solve this:

    1. Navigate to the path using command- "cd /usr/local/bin". This is where you will see your chromedriver installed.
    2. When inside the bin directory, run this command- "xattr -d com.apple.quarantine chromedriver".

    And that's all. It worked for me like that.

提交回复
热议问题