Enqueue Links from new Window
enqueueLinksByClickingElements function with a very specific selector. Playwright reports successfully clicking the links but I suspect the request is not being intercepted.I've also passed in the
transformRequestFunction to set useExtendedUniqueKey to true. Is there a way I can:1. Take a screenshot after Playwright clicks the element?
2. Log the intercepted requests?
Thanks!
