MicrosoftEdge / MicrosoftEdge/WebView2Feedback
Lighthouse in F12 DevTool not working
Open
@champnic is already working on this.
Since Aug 11, 2023.
bug
regression
tracked
- Dominant language
- PowerShell
- Stars
- 526
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
Description
As the title says, Lighthouse in F12 DevTool not working
Version
SDK: 1.0.1988-prerelease
Runtime: 115.0.1091.200
Framework: WPF
OS: Windows 11 Insider Preview, 25921.1000
Regression
Was this working before but has regressed? Yes
If yes, what version did this last work on? With Runtime 114 it's worked
Repro Steps
- Create a WPF application with the official template.
- In the MainWindow.xaml, add
<DockPanel>
<Wpf:WebView2 Name="WebView" Source="https://www.google.com.hk/"/>
</DockPanel>
- Build and run the app
- Open the DevTool with F12, go to the Lighthouse tab
- Click Analyze page load, the dialog displays Lighthouse is warming up and no progress <- Problem
Screenshots
Additional context
N/A
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.