Hi Bro, I have the same problem, I'm trying to scrap Instagram's hashtag with selenium, I change the scroll interactions , but always I see the same information, this is my code, I hope you can Help me:
import time
from selenium import webdriver
from bs4 import BeautifulSoup as bs
from...