Skip to content

Releases: GDATASoftwareAG/robotframework-flaui

Robotframework-FlaUI-4.0.4

28 Nov 09:42
34d2ca8

Choose a tag to compare

Added

  • New keyword
    • Find One Element

Keyword 'Find One Element' runs immediately and does not retry after the timeout.

Changed

  • Add a note that keyword 'Find All Elements' does not retry after the timeout
  • Add a section in README.md to run a single test in folder atests
  • Add a section in README.md when someone wants to release a new version

Robotframework-FlaUI-4.0.3

17 Nov 08:59

Choose a tag to compare

Added

  • COMException handling implemented for get element method to avoid COMException raise to robotframework-flaui

Changed

  • Typo adjustments in parameter timeout_between_repeates to timeout_between_repeats for all mouse keywords

Robotframework-FlaUI-4.0.2

17 Oct 13:37

Choose a tag to compare

Added

  • New keyword
    • Resize Window

Robotframework-FlaUI-4.0.1

02 Oct 08:18

Choose a tag to compare

Added

  • #233 New keyword to set screenshot file suffix
    • Set Screenshot File Suffix
    • Include screenshot_suffix as parameter in library init.

Robotframework-FlaUI-4.0.0

27 Apr 19:09
3bed7ea

Choose a tag to compare

Robotframework-FlaUI-3.7.0

21 Feb 13:07

Choose a tag to compare

Added

  • #225 Include screenshot_mode as parameter in library init.

Bugfix

  • #224 Is Element Offscreen

Robotframework-FlaUI-3.6.1

27 Dec 13:32

Choose a tag to compare

Added

  • #221 Python 3.13 support

Robotframework-FlaUI-3.6.0

04 Dec 12:27

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

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

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)