Rizwan Kazi
Results
1
issues of
Rizwan Kazi
Hi! I'm trying to scrape with the following lines (with a list named profile_url). `for profile in profile_url: driver.get(profile) person = Person(profile, driver=driver, scrape=False) person.scrape(close_on_complete=False) time.sleep(10)` I get a NoSuchElementException:...