Releases: GDATASoftwareAG/robotframework-flaui
Releases · GDATASoftwareAG/robotframework-flaui
Robotframework-FlaUI-3.6.0
Added
- #220 Extended Keyword to support RangeValue Pattern
- Get Property From Element ${XPATH} RANGEVALUE
- Get Property From Element ${XPATH} RANGEMINIMUM
- Get Property From Element ${XPATH} RANGEMAXIMUM
- Added testcases for RangeValue Pattern which check ProgressBar properties
Removed
- #216 Removed alias property in robotframework-flaui settings.
Robotframework-FlaUI-3.5.0
Robotframework-FlaUI-3.4.0
Robotframework-FlaUI-3.3.0
Robotframework-FlaUI-3.2.0
Robotframework-FlaUI-3.1.0
Added
- #185 Include AutomationElement Keyword usage
- AutomationElement object from Find All Elements Keyword can be used for all FlaUILibrary Keywords directly
@{elements} Find All Elements //*[@AutomationId="CarouselMenuText"] FOR ${element} IN @{elements} ${name} Get Name From Element ${element} Log ${name} END
Changed
- #169, #179, #168 Redesign from screenshots module
- Screenshots are only created from FlaUILibrary keywords
Removed
Robotframework-FlaUI-3.0.3
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