Every time I run person scraping I receive empty Interests and Accomplishments list. Any ideas how to fix it? I tried for a lot of persons and it didnt work. The code I used:
person = Person(i, driver=driver, scrape=True, close_on_complete=False) print(person)
Result (sample):
Every time I run person scraping I receive empty Interests and Accomplishments list. Any ideas how to fix it? I tried for a lot of persons and it didnt work. The code I used:
person = Person(i, driver=driver, scrape=True, close_on_complete=False) print(person)
Result (sample):