美文网首页
自动化测试网页

自动化测试网页

作者: 代瑶 | 来源:发表于2021-02-09 17:29 被阅读0次

    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

    相关文章

      网友评论

          本文标题:自动化测试网页

          本文链接:https://www.haomeiwen.com/subject/iadcxltx.html