Skip to content

Releases: GDATASoftwareAG/robotframework-flaui

Robotframework-FlaUI-4.1.0

19 Mar 14:03

Choose a tag to compare

  • Experimental Python 3.14 support

Robotframework-FlaUI-4.0.5

16 Jan 15:03

Choose a tag to compare

Added

  • Ney keyword

    • Set Retry Timeout
    • Reset Retry Timeout
  • Keyword Get Property From Element extended with new operations

    • HELP_TEXT

Changed

  • Code changes from setup.py to pyproject.toml to avoid deprecated usage

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.