I need to make some scrapy actions on a web app (e.g. go to links and download files)
But first it's mandatory to log in and set up manually some filters (e.g. date).
Only after this manual actions are taken I need to launch the scrapy shell from Mac Terminal, starting at the current browser window in my current session.
Added to this, the browser I'm using for this task is NOT my default one.
Any ideas are welcome :)