Playwright newContext() in incognito mode
I'm facing this issue:
Error: Function
newContext() is not available in incognito modeat PlaywrightBrowser.newContext (xxxxx\node_modules@crawlee\browser-pool\playwright\playwright-browser.js:69:15)
Here's the code that triggers it:
As per Playwright docs:
ref: https://playwright.dev/docs/api/class-browsercontext
Why would it be not allowed in Crawlee if Playwright supports it?
