FlaUI v2.0.0-alpha4 Release Notes

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

    • Reworked events
    • The find methods not do not use Retry anymore, the developer himself needs to decide if he wants to use the retry or not.
    • ๐Ÿšš Moved DrawHighlight to extension methods so that they are fluent and can be made null-safe.
    • ๐Ÿ“‡ Renamed Retry.While to Retry.WhileTrue
    • ๐Ÿšš Moved AutomationElement one part below in its namespace
    • Made the As methods extension methods again

    โœจ Enhancements

    • โž• Added missing events
    • โž• Added TextRange3
    • ๐Ÿ”ง Made log levels configurable, added a logger where you can notify for logging events, added an NUnitProgressLogger which logs in real time to the nunit console
    • โœ… Cleaned Retry, added tests for Retry
    • โž• Added new Retry methods WhileNull, WhileNotNull, WhileEmpty
    • โž• Added Retry.WhileFalse
    • โž• Added WaitUntilClickable and WaitUntilEnabled
    • โž• Added lastValueOnTimeout and defaultOnTimeout to Retry

    ๐Ÿ› Bug fixes

    • โž• Added some sleeps to the mouse drag