关于爬虫selenium遇到的问题

img

img

请问一下,出现这种情况该怎么解决,sublime text上的报错:
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: iframe[title='livere']。
感谢赐教!

因为网址更新了,现在是iframe[title = 'livere-comment']

img

img

楼主,改成这个就好使了,iframe[title = 'livere-comment']

这篇文章:基于selenium的爬虫技术记录 也许有你想要的答案,你可以看看