这是由于selenium
4.10.0
中的更改,如果你想传入一个executable_path
,你现在必须使用service
参数。
AttributeError: 'WebDriver' object has no attribute 'find_element_by_xpath'
改为:driver.find_element(By.XPATH,Xpath)
Microsoft Edge WebDriver - Microsoft Edge Developer
http://selenium-release.storage.googleapis.com/index.html
http://chromedriver.storage.googleapis.com/index.html