Skip to content

v0.10.0

Compare
Choose a tag to compare
@jamesmcroft jamesmcroft released this 28 Apr 17:33
· 356 commits to main since this release
8ed8c73

What's Changed

Changes in this release is the ability to perform partial name matching for elements that have selection methods, for example, the ComboBox SelectItem has an equivalent SelectItemByPartialName method.

All exposed properties and methods of element wrappers have also been made virtual to allow for further extensibility of these controls for custom scenarios in test projects. This includes where templates have been applied to Windows controls, for example where the fundamental control is the same, but the naming of fields may differ.

Full Changelog: v0.9.0...v0.10.0