https://npm.taobao.org/mirrors/chromedriver/ 淘宝镜像
http://chromedriver.storage.googleapis.com/89.0.4389.23/notes.txt 看支持的版本
https://www.chromedownloads.net/chrome64osx/ 查找可以下载的对应版本
https://www.cnblogs.com/tiandi/p/10719563.html Java 配合使用
https://blog.csdn.net/www89574622/article/details/87974931 Python 配合使用
禁止google 浏览器更新
cd ~/Library/Google
sudo chown root:wheel GoogleSoftwareUpdate
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --remote-debugging-port=9222
lsof -i tcp:9222
kill 12312
远程连接
https://www.zhinin.com/wp-content/themes/2019_v0.1/down.php?id=29666
网友评论