Skip to content

Latest commit

 

History

History
39 lines (19 loc) · 776 Bytes

CHANGELOG.md

File metadata and controls

39 lines (19 loc) · 776 Bytes

Change Log

v3.0.0

  • Get selected item in collapsed ComboBox mode.
  • Fixing non 100% screen resolution.
  • Switching to .NET 6.
  • IKeyboard interface extension. Added KeyPress method for press a single key.
  • Add GetChildPrecesses, GetProcessId, HasExited, Close(Process child), Kill to interact with child process.

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