Selenium和Python selenium.common.exceptions.NoSuchElementException:消息:没有这样的元素:无法找到元素:

时间:2020-02-21 02:16:51

标签: python html selenium

我正在尝试使用以下存储库https://github.com/GowthamGottimukkala/Indeed-resume-scraper

抓取Indeed上的简历

修复了一些问题之后,我现在正尝试使用python puf.py进行抓取,但遇到硒的问题

raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"xpath","selector":"//*[@id="content"]/div/div[2]/div/div[1]/div[2]/div/form/div[3]/button"}

确认我的chromedriver是最新的,并且对于我使用的浏览器而言是正确的。有关如何解决的任何建议?

0 个答案:

没有答案