v0.10.0
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.
- Partial name matching for element selection methods by @jamesmcroft in #132
Full Changelog: v0.9.0...v0.10.0