py+selenium 报错NameError: name 'NoSuchElementException' is not defined【已解决】

2018-09-12 15:52:17 浏览数 (1)

 报错:NameError: name 'NoSuchElementException' is not defined

 如图

解决方法:

头部加一句:from selenium.common.exceptions import NoSuchElementException 可解决

参考:https://stackoverflow.com/questions/19200497/python-selenium-webscraping-nosuchelementexception-not-recognized

0 人点赞