Dmitry Gozman

Results 425 comments of Dmitry Gozman

@Nav-2d Any chance for some policies/extensions/etc. in your Edge browser? This might explain performance issues. See the large [danger notice](https://playwright.dev/docs/browsers#google-chrome--microsoft-edge) in our docs. If that's not the case, try [recording...

@Nav-2d Unfortunately, the trace did not reveal much. It looks like all the operations are very slow, like if the CPU is overbooked. Not sure how to help here.

> Also, if I can request you to try it locally with stable browser when you have some bandwidth. On my M1 Mac 13.3.1, there is no difference in headless...

Let me close this in favor of #23037, and we can continue the discussion there.

@sanbornsen Playwright only works with the [bundled Firefox version](https://playwright.dev/docs/browsers#firefox), so you cannot specify your own Nightly. Unfortunately, I cannot reproduce the issue given the short snippet above, and so we...

@sanbornsen Thank you for the repro! There are known inconsistencies between browsers and headed/headless mode when opening/downloading PDFs. Merging into #7822.

> a better suggestion for the message copy I'd recommend something like ``` Error: item focused with ".only" is not allowed, either by 'forbidOnly' option in 'playwright.config.[jt]s' or --forbid-only flag:...

> @dgozman Is there any way to tell if the project was `npm init`'d with the language choice of JavaScript or TypeScript? Nope. But you can check `configFile` as I...

> I am following `CONTRIBUTING.md` and it misses a step where I had to do `npx playwright install` before `npm test` We should fix this! Send us a PR if...

@elementarymindscape IIUC, you are trying to generate your test cases dynamically. This is not supported. I'd recommend one of the two workaround: - Make a single `test()` that will load...