Releases: 2gis/Winium.Cruciatus
Releases · 2gis/Winium.Cruciatus
v2.10.0
- Add
RotationManager
for get and set display orientation (thanks to @JonStoneman)
v2.9.1
- Fix XPath attribute value if this ControlType
v2.9.0
- Add 'SetFocus' method to 'CruciatusElement'
v2.8.0
- Add
XPath
strategy for locating elements
v2.7.0
- Set default search timeout to 10 seconds
- Simplify DataGrid element instantiation
v2.6.0
Add extension (to CruciatusElement) for getting UI automation patterns
v2.5.0
New features:
- Add KeyUp and KeyDown methods for CruciatusFactory.Keyboard (only works with InputSimulator keyboard type)
- Add CruciatusElement extension for click with any pressed keys
v2.4.0
New features:
- support relative path for tested app
- support arguments for start tested app
- add path of unfound tested app file to exception text
- all error have english language
v2.3.0
Add FocusedElement property to CruciatusFactory
Implement IEquatable.Equals method
Override Object.Equals and Object.GetHashCode implementations
v2.2.0
Add RuntimeId property to CruciatusElement.Properties