Cypress testing targeting WebView2 #15059
Unanswered
sorensenmatias
asked this question in
Questions and Help
Replies: 1 comment
-
Unfortunately, Cypress can only control specific stand-alone browsers:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is it possible to use cypress to test embedded webpage in WebView2 in my native Windows app?
Can I maybe somehow point cypress to the embedded Chromium and then test as normal from there?
For a description of WebView2 see here: https://docs.microsoft.com/en-us/microsoft-edge/webview2/
The Microsoft Edge WebView2 control enables you to embed web technologies (HTML, CSS, and JavaScript) in your native applications. The WebView2 control uses Microsoft Edge (Chromium) as the rendering engine to display the web content in native applications.
Beta Was this translation helpful? Give feedback.
All reactions