Hey guys
Can I run several operations on splash in scrapy-splash for the same spider?
I mean, supose that the process of extracting the data involves taking several screenshots that will then be passed to pyteressact, opening a modal from which I'll get some data, and so on
Is that possible, something like having several lua scripts for splash, then calling it multiple times with those scripts?