Why only three reviews are added to the csv and not all the 500 of them?
I’m trying to scrape Google reviews from a restaurant’s page using Selenium and BeautifulSoup in Python. However, I’m only able to capture the first three reviews, even though I have implemented a scrolling mechanism to load more reviews.