When I try Splash by using Scrapy-Splash, it doesn't support navigating like a real browser. It only renders the HTML, but when it clicks a button, it doesn't render the next page it navigates to.
From my simple research, web scraping with navigation is only supported by CasperJS. But, is it possible to combine Scrapy and CasperJS