2 comments

[ 2.8 ms ] story [ 16.7 ms ] thread
> The only exception that I could see for using Selenium as web scraping tool is if a website that you are scraping is using JavaScript to get/display data that you need to scrape.

Like 95% of web sites?

Scrapy does have the solution for JavaScript with Splash, but I have never used it, so far I always found some workaround.