解决:python爬虫运行报错——AttributeError: ‘WebDriver‘ object has no attribute ‘find_elements_by_class_name‘
2022/07/07距离上次使用selenium14天,发现莫名报错。1.发现selenium里查找元素的方法使用报错2.查看find_elements的源码(发现是源码改了):所以应该由原来的这种形式:变换为:buttons=driver.find_element(by=By.CLASS_NAME,value="ButtonContentItem-actionButton--plainButto