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.