Skip to content

Releases: robotframework/SwingLibrary

SwingLibrary 2.3.0

24 Oct 08:48
Compare
Choose a tag to compare

Changes:

  • Click On Component with regexp identifier usage #153
  • Get Table Cell Value enhancement #163

SwingLibrary 2.2.2

29 Jul 09:02
Compare
Choose a tag to compare

Fix ClassNotFoundException with java 8u301

SwingLibrary 2.2.1

01 Apr 15:23
Compare
Choose a tag to compare

Changes:

  • updated dependencies
  • fix for Select From Popup Menu On Selected Tree Nodes not checking if menu items are disabled

SwingLibrary 2.2.0

03 Feb 12:26
Compare
Choose a tag to compare

SwingLibrary 2.2.0 is a new release that contains various bugfixes and enhancements.

Changes:

  • updated dependencies
  • Tree keywords take into account duplicated nodes
  • new keywords: Tree Nodes Popup Menu Items Should Be Enabled/Disabled
  • fix for Select From Table Header Popup Menu not clicking header correctly in some cases

SwingLibrary 2.1.0

27 Oct 13:10
Compare
Choose a tag to compare

SwingLibrary 2.1.0 is a new release that contains various enhancements.

Changes:

  • Added Window Should/Should Not Be Open keywords
  • Added List Dialogs keyword
  • Added Select From Table Header Popup Menu keyword
  • Added Radio Menu Item Should (Not) Be Selected keywords
  • Allow Get Tree Node Child Names to return children if root is not visible
  • Bump junit from 4.8.2 to 4.13.1

SwingLibrary 2.0.0

24 Aug 11:09
f7d82bb
Compare
Choose a tag to compare

SwingLibrary 2.0.0 is a new release that updates RobotFramework and some of the dependencies like JavaLibCore to the latest versions.

Changes:

  • Updated Robot Framework version to 3.2.1
  • Add new keyword to retrieve selected paths of a tree
  • Updated javalib-core to 2.0.3
  • Updated commons-collections to 3.2.2

Note: Java versions older than 8 are no longer supported.

Release 1.9.9

27 Mar 09:17
Compare
Choose a tag to compare

Changes:

  • Updated Robot Framework version to 3.1.1
  • Added Set Window Size and Get Window Size keywords
  • Fix for Tree node popup menu keywords can pick up wrong menu
  • Fix for Tree Node Popup Menu Item Should Be {Enabled | Disabled} fails if screen is locked
  • Possiblity Select a Tab with a Regular Expression
  • Tree Node Should * keywords now have the jemmy timeout as optional argument
  • Possibility for shift + click on button

Release 1.9.8

30 Jul 11:34
936db51
Compare
Choose a tag to compare

Changes:

  • Added possibility to use JLayer as a context
  • Send Keyboard Event does not work properly
  • Find a label using its text
  • Add support for complex objects in Get List Values
  • Enhance keyword documentation

Release 1.9.7

08 May 11:46
Compare
Choose a tag to compare

Changes:

  • Added new keyword: Get Node Items From Tree Popup Menu
  • Fix for missing dependency in pom.xml for Abbot (fixes problems with Tree Node Popup Menu Item Should Be Enabled/Disabled keywords)

Release 1.9.6

18 Jul 10:26
Compare
Choose a tag to compare

Changes:

  • Possibility to set Jemmy timeouts to sub-second values.