Releases: GDATASoftwareAG/robotframework-flaui
Releases · GDATASoftwareAG/robotframework-flaui
Robotframework-FlaUI-3.0.2
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
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
Robotframework-FlaUI-2.1.3
Bugfix
- #145
- Whitelisted keywords will be logged now in reports.
Robotframework-FlaUI-2.0.16
Bugfix
- #145
- Whitelisted keywords will be logged now in reports.
Robotframework-FlaUI-2.1.2
Added
- #143 New Keyword
- Listbox Should Not Contain
Robotframework-FlaUI-2.1.1
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
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
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
Added
-
Keyword 'Get Property From Element Keyword'
- Add new operation 'VALUE'
- Add new operation 'IS_SELECTED'
-
- 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
-
- 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
- Keywords can be whitelisted to persist if failed for example
- New Keywords Clear Whitelist and Clear Blacklist
- Whitelisting and blacklisting keywords implemented for screenshot library
-
Python.Net 3.0.2 support
Bugfix
-
#117 : Combobox will not restore into Collapsed state after calling 4 related keywords.
- Thanks to JimRevolutionist
-
#119 : Getting Duplicate screenshots when ever script is getting failed.