I am following the example, creating a browser with `await playwright.launchChromium({})` and then creating a context and context.newPage. I always get this error: "Target page, context or browser has been closed"
I am following the example, creating a browser with
await playwright.launchChromium({})and then creating a context and context.newPage.I always get this error: "Target page, context or browser has been closed"