attributeerror: 'webdriver' object has no attribute 'find_element_by_id'
时间: 2023-04-30 18:02:22 浏览: 7493
webdriver不能启动浏览器,报module ‘selenium.webdriver’ has no attribute”问题解决办法
5星 · 资源好评率100%
这个错误消息表明在WebDriver对象中找不到名为'find_element_by_id'的属性。可能是因为你使用了错误的WebDriver版本或者没有正确导入WebDriver库。请检查代码并确保你使用了正确的WebDriver版本并正确导入了WebDriver库。
阅读全文