AttributeError: module 'selenium.webdriver' has no attribute 'find_element'
时间: 2023-08-22 20:09:50 浏览: 172
webdriver不能启动浏览器,报module ‘selenium.webdriver’ has no attribute”问题解决办法
5星 · 资源好评率100%
引用和引用都是关于Selenium中的属性错误。根据这些引用内容,报错信息显示模块'selenium.webdriver'没有属性'PhantomJS'和'Chromedriver'。这表明在使用Selenium的webdriver模块时,使用了错误的方法或属性名称。
引用提供了配置Selenium环境的代码示例,其中使用了webdriver的'Chromedriver'方法。但是,正确的方法名称应为'Chrome'而不是'Chromedriver'。
因此,问题中的错误是因为使用了错误的方法或属性名称。正确的方法是使用'Chrome'而不是'Chromedriver',并使用'find_element'方法而不是'Chromedriver'的方法。<em>1</em><em>2</em><em>3</em>
#### 引用[.reference_title]
- *1* [已解决(最新版selenium报错)AttributeError: module ‘selenium.webdriver‘ has no attribute ...](https://blog.csdn.net/yuan2019035055/article/details/125830305)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v92^chatsearchT0_1"}} ] [.reference_item]
- *2* *3* [关于python-selenium-chromedriver提示](https://blog.csdn.net/weixin_38169206/article/details/101906692)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v92^chatsearchT0_1"}} ] [.reference_item]
[ .reference_list ]
阅读全文