AttributeError: 'WebDriver' object has no attribute 'find_elements_by_class_name'
时间: 2023-11-12 10:55:09 浏览: 184
WebDriver-Object
5星 · 资源好评率100%
在这段引用中,出现了两个问题。第一个问题是关于使用selenium时出现的错误写法,可以通过将原始代码中的`find_element_by_xpath`替换为`driver.find_element(By.XPATH, r'//*[@id="changeCityBox"]/ul/li/a')`来解决。第二个问题是关于`AttributeError: 'WebDriver' object has no attribute 'find_elements_by_xpath'`错误的解决方法。可以通过卸载当前版本的selenium库,然后安装回旧版本的库,或者直接使用国内镜像安装库来解决这个错误。
阅读全文