How to access browser instance in Playwright Crawler?
driver or in Playwright's case browser instance, for e.g. I need to click on an element to get the link because there's a redirect in between and I need to wait for it before grabbing it and I cant use
enqueueLinksByClickingElements because I need it in the same request for my dataset to be complete. There are other such issues I am having trouble with and I know we have
Page exposed but that's just a single tab in a browser's context and I need more control over it for my usecase. Is this something that's possible with Crawlee? or are there any workarounds that I can use for this same functionality?
