Skip to content

Robotframework-FlaUI-2.0.14

Compare
Choose a tag to compare
@Nepitwin Nepitwin released this 12 Sep 11:25
· 72 commits to main since this release

Added

  • Keyword 'Get Property From Element Keyword'

    • Add new operation 'VALUE'
    • Add new operation 'IS_SELECTED'
  • #118

    • Keyword 'Switch UIA To' implemented to change between UIA2 or UIA3
    • Keyword 'Close Application By Name' implemented to close application
    • Keyword 'Find All Elements' implemented to close application
  • #122

    • Whitelisting and blacklisting keywords implemented for screenshot library
      • Keywords can be whitelisted to persist if failed for example
        • BuiltIn.Run Keyword And Ignore Error should track always a screenshot
      • Keywords can be blacklisted to ignore by screenshot module
        • BuiltIn.Wait Until Keyword Succeeds to avoid unecessary screenshots
      • Blacklist is prioritize before Whitelist
    • New Keywords Clear Whitelist and Clear Blacklist
  • Python.Net 3.0.2 support

Bugfix

  • #117 : Combobox will not restore into Collapsed state after calling 4 related keywords.

  • #119 : Getting Duplicate screenshots when ever script is getting failed.