Use scrapy + splash return html
问题 I'm trying to figure out scrapy and splash. As an exercise, I tried to make splash click on the button on the following javascript heavy website: http://thestlbrowns.com/ and then return the html of the newly rendered page. My code looks like this: import scrapy import json from scrapy import Request class MySpider(scrapy.Spider): name = 'spiderman' domain = ['web'] start_urls = ['http://thestlbrowns.com/'] def start_requests(self): script = """ function main(splash) local url = splash.args