Skip to content

Releases: GDATASoftwareAG/robotframework-flaui

Robotframework-FlaUI-3.6.0

04 Dec 12:27
Compare
Choose a tag to compare

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

08 Nov 10:27
Compare
Choose a tag to compare

Added

  • #202 New Keywords
    • Click Hold Open
    • Click Hold Close
  • #204 New Keyword
    • Invoke Button
  • #206 New alias property include to fix alias usage.
    Library  FlaUILibrary  uia=UIA3  screenshot_on_failure=True  alias=FLA  AS  FLA
    

Bugfix

  • #202 Bad Naming changed
    • Argument naming in all Click Hold keywords updated from timeout_in_ms to hold_time
  • #211 Click Close TypoFix
    • the default timeout of click close changed from 1ms to 1000ms

Robotframework-FlaUI-3.4.0

22 Aug 16:34
Compare
Choose a tag to compare

Added

  • #192 New Screenshot Logging behaviour using Base64 encoded images
  • #193 Changed Screenshot keyword behaviour (Optional XPATH for element-based screenshot)

Robotframework-FlaUI-3.3.0

03 Aug 10:26
Compare
Choose a tag to compare

Added

  • #197 New Keywords
    • Element Should Be Offscreen
    • Element Should Not Be Offscreen

Bugfix

  • #195 click open bugfix
    • click open will not fail if the click button disappears after click

Robotframework-FlaUI-3.2.0

05 Jul 11:37
Compare
Choose a tag to compare

Added

  • #177 New Keywords
    • Get Grid Columns Count
  • #173 New Keywords
    • Middle Click
    • Middle Click Hold
    • Middle Click Open
    • Middle Click Close
    • Scroll Up
    • Scroll Down

Bugfix

  • #187 uncatched exception in reliable cliks
    • exception catching added

Robotframework-FlaUI-3.1.0

05 May 18:58
Compare
Choose a tag to compare

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

  • #169, #179, #168 Redesign from screenshots module
    • Blacklist and Whitelist Keywords removed from FlaUILibrary

Robotframework-FlaUI-3.0.3

07 Apr 15:08
Compare
Choose a tag to compare

Bugfix

  • #174 Improve grid wrong row count
    • Grid wrong row count fixed
  • #174 grid multiselection issue
    • Fix for Grids with multiselection disabled

Added

  • #1170 New Keyword
    • Get Header From Grid
  • #167 New Keyword
    • Set Tree Item Seperator

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