d-wezzer

Results 4 comments of d-wezzer

@yury-s It would appear with `trace:off` the specific issue in question doesn't appear. I can only reproduce it with `trace:on`. I have seen instances of the `browserContext.newPage` error in the...

@yury-s I would like to correct my above statement, I have just seen multiple instances of both `browserContext.newPage` and `page.close`/`browserContext.close` errors with the `trace:off` from an overnight test run. I...

@aslushnikov I was not able to reproduce this on `@playwright/test@next` or `@playwright/[email protected]`.

Following further investigation, I suspect this issue originates in Edge itself, not Playwright. A Chromium bug has been filed to track this: https://issues.chromium.org/issues/425736619 --- ### Summary of Findings - Edge...