Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.39 KB

ISSUE_TEMPLATE.md

File metadata and controls

50 lines (31 loc) · 1.39 KB

Looking for some help? Get priority support by sponsoring the project/

Before you file a bug, have you:

  • Tried upgrading to newest version of CefSharp.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?
  • Considered if this is a general question and not a bug?. For general questions please use Discussions.

Description

[Description of the issue]

Complete minimal example reproducing 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
var devtoolsContext = await chromiumWebBrowser.CreateDevToolsContextAsync();

// Act
...

// Assert
...

Expected behavior:

[What you expect to happen]

Actual behavior:

[What actually happens]

Versions

  • Which version of CefSharp.Dom are you using?
  • Which .NET runtime and version are you targeting? E.g. .NET framework 4.6.1 or .NET Core 3.1.

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue.