FlaUI v3.0.0-rc.1 Release Notes

Release Date: 2019-11-27 // over 4 years ago
  • ๐Ÿ’ฅ Breaking changes

    • All FindIndexed are consitently renamed to FindAt
    • 0๏ธโƒฃ Renamed Retry.Interval to Retry.DefaultInterval
    • 0๏ธโƒฃ Renamed Retry.Timeout to Retry.DefaultTimeout

    โœจ Enhancements

    • .NET Core and Standard compatibility
    • Implemented the new UIA3 features
    • Implemented mouse drag from point to point
    • โž• Added a condition to search by a Framework Id (thanks to @SSHenninger)
    • โž• Added tons of documentation
    • โž• Added AnimationDuration to ComboBox
    • โž• Added a timeout message to Retry
    • โž• Added TextAttributeLibrary
    • โž• Added Retry.Search methods
    • โž• Added IsAvailable property
    • โž• Added .As<T> method
    • โœจ Enhanced DataGrid support for WPF (thanks @sparerd)

    ๐Ÿ› Bug fixes

    • Correctly use collapse in the expand pattern
    • ๐Ÿ›  Fixed LabeledBy property
    • ๐Ÿ›  Fixed null exception when getting the mouse cursor
    • ๐Ÿ›  Fixed an issue that the mouse cursor was not set correctly on multi-monitor environments