FlaUI v2.0.0-alpha1 Release Notes

Release Date: 2018-01-25 // about 6 years ago
  • ๐Ÿ’ฅ Breaking changes

    • ๐Ÿ“‡ Renamed BasicAutomationElementBase to FrameworkAutomationElementBase
    • Consistent naming for the *Id interfaces/classes (eg. IDockPatternProperties to IDockPatternPropertyIds)

    โœจ Enhancements

    • ๐Ÿ“š More documentation
    • โšก๏ธ Updated the interop dlls
    • โž• Added missing features from .NET 4.7.1 in UIA2
    • โž• Added missing features from newer interop in UIA3
      • Transaction- and ConnectionTimeout
      • Selection2 pattern
      • New text attributes
      • New automation properties (CenterPoint, FillColor, ... see f2b444e for more)
      • FindWithOptions
      • New events
      • UIA3TextRange3
    • Code cleanups
    • โž• Added generic AsType
    • ๐Ÿ‘‰ Use UtcNow instead of Now for Retry
    • Wait.UntilInputIsProcessed now has an optional timespan parameter

    ๐Ÿ› Bug fixes

    • None yet