当前位置:首页 » 《随便一记》 » 正文

webdriver报错:TypeError: __init__() got an unexpected keyword argument ‘executable_path‘已解决

14 人参与  2024年04月14日 10:55  分类 : 《随便一记》  评论

点击全文阅读


webdriver报错:TypeError: init() got an unexpected keyword argument 'executable_path’已解决

错误段代码如下:

    chrome_driver = 'C:\Program Files\Google\Chrome\Application\chromedriver.exe'  #chromedriver的文件位置    browser = webdriver.Chrome(executable_path = chrome_driver)

先说一下我下载的chromedriver版本是122.0.6261.94,chrome的版本是122.0.6261.112

报错原因

selenium或selenium下的webdriver的库版本的原因,与chromedriver的版本不匹配。

解决方法

终端执行pip show selenium查看版本。我报错时使用的selenium是4.18.1.
终端执行pip install selenium==4.9.0,将selenium回退到4.9.0即可。重新运行没有再报错


点击全文阅读


本文链接:http://zhangshiyu.com/post/95114.html

<< 上一篇 下一篇 >>

  • 评论(0)
  • 赞助本站

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

关于我们 | 我要投稿 | 免责申明

Copyright © 2020-2022 ZhangShiYu.com Rights Reserved.豫ICP备2022013469号-1