attributeerror: module 'selenium.webdriver' has no attribute 'chrome'
时间: 2023-04-24 16:00:38 浏览: 126
这个错误提示是因为在使用selenium.webdriver时,调用了chrome属性,但是该模块中并没有chrome属性。可能是因为没有正确安装ChromeDriver或者版本不匹配导致的。需要检查ChromeDriver的安装和版本,并确保与selenium.webdriver匹配。
相关问题
attributeerror: module 'selenium.webdriver.chrome.webdriver' has no attribute 'chrome'
这个错误提示是因为在使用selenium时,使用了错误的方法或参数。具体来说,是在调用chrome浏览器时,使用了错误的参数。
要解决这个问题,需要检查代码中使用的参数是否正确,并确保使用的是正确的方法来调用chrome浏览器。如果仍然无法解决问题,可以尝试升级selenium或chrome浏览器版本,或者查看是否存在其他错误。
AttributeError: module 'selenium.webdriver.chrome.webdriver' has no attribute 'Chrome'
这个错误提示是因为在使用selenium时,使用了错误的方法或参数。具体来说,是在调用chrome浏览器时,使用了错误的参数。
要解决这个问题,需要检查代码中使用的参数是否正确,并确保使用的是正确的方法来调用chrome浏览器。如果仍然无法解决问题,可以尝试升级selenium或chrome浏览器版本,或者查看是否存在其他错误。
阅读全文