Looking for some help? Get priority support by sponsoring the project/
Before you file a bug, have you:
- Considered if this is a question and not a bug?. For questions please use Discussions, if unuse use Discussions (https://github.com/ChromiumDotNet/WebView2.DevTools.Dom/discussions).
- Tried upgrading to newest version of WebView2.DevTools.Dom, to see if your issue has already been resolved and released?
- Checked existing open and closed issues, to see if the issue has already been reported?
- Tried reproducing your problem in a new isolated project?
[Description of the issue]
Complete means the code snippet can be copied into a unit test method in a fresh C# project and run. Minimal means it is stripped from code not related to reproducing the issue.
E.g.
// Arrange
await using var devtoolsContext = await coreWebView2.CreateDevToolsContextAsync();
// Act
...
// Assert
...
[What you expect to happen]
[What actually happens]
- Which version of WebView2.DevTools.Dom are you using?
- Which .NET runtime and version are you targeting? E.g. .NET framework 4.6.2 or .NET Core 3.1.
Any additional information, configuration or data that might be necessary to reproduce the issue.