Skip to content

Releases: ChromiumDotNet/WebView2.DevTools.Dom

v3.0.1

15 Mar 04:14
Compare
Choose a tag to compare

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

11 Apr 09:49
Compare
Choose a tag to compare

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.