softworkz
softworkz
Added 5.
I've commited the AI suggestions. Also enabled edits:
Please see my feature request and workaround here: https://github.com/electron-userland/electron-builder/issues/9296
> Duplicate of #9537 No, this is not a duplicate. What I have reported is independent of the installed WebView2 runtime, i.e. it happens even when I install the latest...
> There seems no trivial way of getting the runtime version, I'm connecting with CDP to the WebView2 window, opening Chrome DevTools of a [simple WebView2 Application](https://github.com/microsoft/playwright/tree/main/tests/webview2/webview2-app?rgh-link-date=2024-03-19T22%3A15%3A19Z) should also work...
The runtime is included in the app package which is one of the officially supported distribution modes, named "Fixed Runtime Distribution Mode". This allows you to have your app always...
The question is: why does it work everywhere else but not on the runner image? That's why I'm posting it here. Since it's not possible to get access to an...
> What's the result? Due to the distribution model of WebView2 which assumes either complete independence from the preinstalled version, or manual control, runtime installation simplicity - it takes only...
I think disabling makes sense, because when you have some long running UI tests, it shouldn't happen that half of the tests use one version and the other one the...