How can I open a new browser tab from within a router handler?
I'm currently running a PlaywrightCrawler with crawlee and I would like to open a new tab from within a route handler, so that I can run the following:
Would that actually work?
NB: The website supports only downloading one single request at a time via cookies. Since the navigation on the new tab takes some time though, I'd like to run that concurrently in two tabs while the first request downloads.
Then, after that's done, i'd like to initiate the second download on the already pre-navigated page.
LMK if the context here is not clear.
