Dmitry Gozman

Results 318 comments of Dmitry Gozman

Upstream Chromium fix https://chromium-review.googlesource.com/c/chromium/src/+/4546274, needs a roll to Electron.

The fix is available in Chromium 116. I've manually verified with [Electron v26.0.0-alpha.3](https://releases.electronjs.org/release/v26.0.0-alpha.3), and the issue is fixed there. We can cleanup some parts of `loader.ts` once Electron 26+ is...

This is MacOS-specific. Filed upstream issue: https://bugs.chromium.org/p/chromium/issues/detail?id=1429458.

Upstream issue: https://bugs.chromium.org/p/chromium/issues/detail?id=1447965

If the slow part is fetching the initial load over the network, browser disk cache should help. Unfortunately, that's not implemented yet, see issue #22865. If the slow part is...

Closing as per above, in favor of #22865.

@ajaygoutham1995 I cannot repro the issue with the test you shared. Running tests from UI mode works multiple times in a row. Could you please share a more detailed repro,...

@ajaygoutham1995 I tried to simulate your setup as close as possible, and still cannot reproduce the issue. Unfortunately, we cannot help without being able to reproduce the problem. I will...

@haven2world I can reproduce the issue. However, if I add `await page.waitForTimeout(1000)` before taking a screenshot, webkit has the text selected. I guess selection API in WebKit does not synchronously...