All Versions
31
Latest Version
Avg Release Cycle
58 days
Latest Release
1377 days ago

Changelog History
Page 3

  • v0.6.2 Changes

    February 10, 2017

    โœจ Enhancements

    • [Core] Set move mouse to false by default
    • [Core] Added NoScroll ScrollPatternConstant for SetScrollPercent
    • [Inspect] Made supported patterns bold, added more pattern details
    • [Core] Added GetAllTopLevelWindows to Application

    ๐Ÿ› Bug fixes

    • [Core] Fixed AndCondition.ToString
  • v0.6.1 Changes

    December 15, 2016

    ๐Ÿ’ฅ Breaking changes

    • Made ModalWindows a property

    โœจ Enhancements

    • Walk the parents to get a FrameworkType if no FrameWorkType was found
    • Added XAML FrameworkType (UWP apps)
    • Implemented WPF Popup
    • Fixed single items added multiple times (FlaUInspect)
    • Added some more pattern information (FlaUInspect)

    ๐Ÿ› Bug fixes

    • Fixed UIA2 tree walker
    • Fixed role and state of LegacyIAccessiblePattern
  • v0.6.0 Changes

    November 11, 2016

    โœจ Enhancements

    • Added .NET 3.5 and 4.0 versions of FlaUI
  • v0.5.2 Changes

    November 11, 2016

    โœจ Enhancements

    • Added more convenience methods to chain the searching
    • Added search methods without conditions
    • Theoretical support for Win32 scrollbars
  • v0.5.1 Changes

    November 03, 2016

    โœจ Enhancements

    • Added more convenience methods to chain the searching
  • v0.5.0 Changes

    November 03, 2016

    ๐Ÿ’ฅ Breaking changes

    • Removed made mouse and keyboard static, removed their interfaces
    • Renamed ListView to Grid
    • Renamed the retry methods

    โœจ Enhancements

    • Implemented Table
    • Added caching to TreeWalkers

    ๐Ÿ› Bug fixes

    • Further reduced the amount of classes created
  • v0.4.1 Changes

    October 31, 2016

    โœจ Enhancements

    • Implemented all text patterns
    • Exposed all property, event and textAttrbute ids
    • Implemented ScrollBars
    • Changed the OverlayManager to WinForms (faster and needs less memory than the WPF one)

    ๐Ÿ› Bug fixes

    • Reduced the amount of classes created
  • v0.4.0 Changes

    October 20, 2016

    โœจ Enhancements

    • Exposed AddToSelection and RemoveFromSelection
    • Improved the logic for ContextMenu finding (you can manually pass the desired logic)
    • Implemented ComboBox
    • Implemented TreeWalkers

    ๐Ÿ› Bug fixes

    • Fixed a bug with the retry to speed things up quite a bit
  • v0.3.4 Changes

    October 18, 2016

    โœจ Enhancements

    • Added some convenience methods for searching

    ๐Ÿ› Bug fixes

    • Tests now run on German Windows
    • ControlType is now properly reported for UIA2
    • DoubleClick now does a real double click
  • v0.3.3 Changes

    October 14, 2016

    โœจ Enhancements

    • Added many more patterns
    • Implemented ContextMenu on Window
    • Implemented ListView
    • Added True-/FalseCondition

    ๐Ÿ› Bug fixes

    • Fixed UIA3 package to correctly install the interop assembly