美文网首页
Python Selenium启动浏览器,Chrome Driv

Python Selenium启动浏览器,Chrome Driv

作者: kingloongMagic | 来源:发表于2023-10-16 10:28 被阅读0次

    1. 关闭Chrome浏览器自动更新

    教程链接https://www.llqzj.net/chrome/11462.html

    2. 下载对应版本Chrome驱动

    下载地址:https://www.selenium.dev/documentation/webdriver/troubleshooting/errors/driver_location/#download-the-driver
    如果浏览器已自动更新到最新版本,可能无法找到对应的Chrome驱动,可下载对应的测试版本:https://googlechromelabs.github.io/chrome-for-testing/

    3. 将驱动程序(chromedriver.exe)放置到Python安装路径中即可

    如:C:\Python38

    相关文章

      网友评论

          本文标题:Python Selenium启动浏览器,Chrome Driv

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