generic-webdriver-server
generic-webdriver-server copied to clipboard
Update XboxOne backend to use WebView2
Currently Xbox backend uses Legacy Edge under the hood. It is no longer supported by Microsoft and it is known it has issues around memory management in long running sessions. We should either update current backend to WebView 2 (which uses Edge Chromium) or add another backend so 2 implementations could be tested.
More info: https://learn.microsoft.com/en-gb/microsoft-edge/webview2/get-started/winui2
@tykus160 do you want to work on it?
Potentially it might also unblock https://github.com/shaka-project/shaka-player/issues/4234 I can try to work on this in my spare time.