解决Mac python 不能使用chromedriver的问题
作者:互联网
“chromedriver” cannot be opened because the developer cannot be verified.
执行下面的命令:
xattr -d com.apple.quarantine <可执行文件的名称>
或者
spctl --add --label 'Approved' chromedriver
注意引号,偶尔复制到某些笔记,会导致引号变成中文的引号
附:chromedriver下载地址:http://chromedriver.storage.googleapis.com/index.html
标签:复制到,python,引号,chromedriver,--,Mac,cannot,com 来源: https://www.cnblogs.com/carl-yang/p/16273193.html