I am trying to crawl resumes on Indeed using the following repository https://github.com/GowthamGottimukkala/Indeed-resume-scraper
After fixing a few issues, I'm now trying to scrape using python puf.py, but am running into issues with selenium
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"}
Confirmed that my chromedriver was up to date and accurate for the browser I'm using. Any suggestions on how to resolve?