AgiMaulana / Instagram-Comments-Scraper

Instagram comment scraper using python and selenium. Save the comments into excel.
MIT License
137 stars 44 forks source link

TypeError: 'WebElement' object is not iterable #12

Open abin-m opened 2 years ago

abin-m commented 2 years ago

Getting a TypeError while running the scrapper.py

abin-m commented 2 years ago

Traceback (most recent call last): File "scraper.py", line 37, in for c in comment: TypeError: 'WebElement' object is not iterable