Skip to content

Releases: 2gis/Winium.Cruciatus

v2.10.0

11 Nov 04:08
Compare
Choose a tag to compare
  • Add RotationManager for get and set display orientation (thanks to @JonStoneman)

v2.9.1

20 Oct 04:01
Compare
Choose a tag to compare
  • Fix XPath attribute value if this ControlType

v2.9.0

16 Oct 15:57
Compare
Choose a tag to compare
  • Add 'SetFocus' method to 'CruciatusElement'

v2.8.0

12 Oct 08:15
Compare
Choose a tag to compare
  • Add XPath strategy for locating elements

v2.7.0

31 Jul 06:45
Compare
Choose a tag to compare
  • Set default search timeout to 10 seconds
  • Simplify DataGrid element instantiation

v2.6.0

29 Jun 07:54
Compare
Choose a tag to compare

Add extension (to CruciatusElement) for getting UI automation patterns

v2.5.0

25 Jun 06:26
Compare
Choose a tag to compare

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

01 Jun 06:49
Compare
Choose a tag to compare

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

21 Apr 10:21
Compare
Choose a tag to compare

Add FocusedElement property to CruciatusFactory
Implement IEquatable.Equals method
Override Object.Equals and Object.GetHashCode implementations

v2.2.0

20 Apr 08:41
Compare
Choose a tag to compare

Add RuntimeId property to CruciatusElement.Properties