Releases: ChromiumDotNet/WebView2.DevTools.Dom
Releases · ChromiumDotNet/WebView2.DevTools.Dom
v3.0.1
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
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.