Why are the elements I find with BeautifulSoup more than those found with Selenium (Python)?
I want to extract some elements from a website where more elements load as you scroll. To achieve this, I wrote two pieces of code. I assumed that using Selenium would allow me to find more elements on the website, but I encountered the following problem.