Skip to content

Releases: ChromiumDotNet/WebView2.DevTools.Dom

Release list

v3.0.1

Choose a tag to compare

@amaitland amaitland released this 15 Mar 04:14

Starting in 3.0.0 the DOM API is now generated. Now includes a greatly improved number of supported elements with more methods and properties mapped.

Readme was updated to include a subset of new element types, xUnit tests added and existing ones updated to reflect the new Html classes.

Release was pushed to Nuget.org on 30 October 2022.

v2.0.2

Choose a tag to compare

@amaitland amaitland released this 11 Apr 09:49

Improved support for Html Tables and QuerySelectorAllAsync now supports generic type params.

  • HtmlTableElement
  • HtmlTableSectionElement
  • HtmlTableRowElement
  • HtmlTableCellElement

Unit Tests have been updated and Readme updated to include new examples.