Windows App Using Edge WebView2 #16286
Unanswered
RehanSaeed
asked this question in
Q&A
Replies: 1 comment
-
For starters, we don't officially support Edge or auditing pages in web views. Also, the This is still uncharted territory though, I don't know how Puppeteer or Lighthouse will handle this environment even if the connection works. |
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
-
I'm writing a Windows desktop app using a WebView2 component which uses Edge under the hood. I can't run the app in a browser because it needs certain interop API's from the host Windows application to function. The desktop app also helps me handle auth and everything.
How can I point lighthouse (probably the CLI tool) at the WebView2 inside my Windows desktop app? I've tried using a remote debugging port and trying to tell lighthouse to reuse the page but it keeps opening up a new browser window, failing auth etc and completing its report.
Beta Was this translation helpful? Give feedback.
All reactions