You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to use a browser to synchronize multiple contexts to handle concurrency during the execution of a lambda, an error will also be reported when context.newPage() is run. If the concurrency cannot be handled, the running time of the lambda You won't get a good reduction.
const [b1,b2] = await Promise.all([playwright.launchChromium({
headless: true,
}), playwright.launchChromium({
headless: true,
})])
}
The text was updated successfully, but these errors were encountered: