Skip to content

Releases: GDATASoftwareAG/robotframework-flaui

Robotframework-FlaUI-3.0.2

08 Mar 18:56
Compare
Choose a tag to compare

Added

  • #155 New Keywords
    • Select Combobox Item By Name

Bugfix

  • #158 Improve element focus action
    • Added error handling to focus
  • #160 Catch PropertyNotSupportedException on Find All Elements Keyword

Updated

  • #163 Improved Error Message
    • Stable clicks Will distiguinsh if the click element or the element to be opened/closed is not available
    • Correcting an error message grammatically

Robotframework-FlaUI-3.0.1

06 Feb 07:37
Compare
Choose a tag to compare

Added

  • #147 New Keywords
    • Click Open
    • Click Close
    • Double Click Open
    • Double Click Close
    • Right Click Open
    • Right Click Close

Updated

  • #152 Add additional keyboard parameters
    • Support for key press or key release only in "Press Key" Keyword
    • Update WPF test application to handle key down / up events correctly

Robotframework-FlaUI-3.0.0

11 Jan 21:03
4244922
Compare
Choose a tag to compare

Added

  • #135
    • Robotframework 7 Support

Removed

  • #135
    • Python 3.6 and 3.7 Support

Robotframework-FlaUI-2.1.3

11 Jan 06:26
fd0a172
Compare
Choose a tag to compare

Bugfix

  • #145
    • Whitelisted keywords will be logged now in reports.

Robotframework-FlaUI-2.0.16

10 Jan 17:42
Compare
Choose a tag to compare

Bugfix

  • #145
    • Whitelisted keywords will be logged now in reports.

Robotframework-FlaUI-2.1.2

07 Jan 17:19
Compare
Choose a tag to compare

Added

  • #143 New Keyword
    • Listbox Should Not Contain

Robotframework-FlaUI-2.1.1

28 Nov 07:55
c099529
Compare
Choose a tag to compare

Bugfix

  • #138
    • Avoid UIA2 instance creation. This is only a workaround. Windows 7 x64 does not work properly with UIA2.

Robotframework-FlaUI-2.0.15

25 Nov 10:49
Compare
Choose a tag to compare

Bugfix

  • #138
    • Avoid UIA2 instance creation. This is only a workaround. Windows 7 x64 does not work properly with UIA2.

Robotframework-FlaUI-2.1.0

13 Nov 07:10
Compare
Choose a tag to compare

Added

  • Python 3.12 Support
    • Release from Python.Net 3.0.2
  • #131 New Keywords
    • Wait For Application While Busy By PID
    • Wait For Application While Busy By Name
    • Wait For Application Handle By Name
    • Wait For Application Handle By PID
  • #96 New Keywords
    • Is Element Offscreen
    • Wait Until Element Is Offscreen

Changed

  • #96 Multiple Keywords renamed because of misleading keyword understanding
    • 'Wait Until Element Is Visible' to 'Wait Until Element Exist'
    • 'Wait Until Element Is Hidden' to 'Wait Until Element Does Not Exist'

Robotframework-FlaUI-2.0.14

12 Sep 11:25
Compare
Choose a tag to compare

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.