Skip to content

Releases: robotframework/SeleniumLibrary

SeleniumLibrary 3.3.1

04 Jan 21:54

Choose a tag to compare

SeleniumLibrary 3.3.1 is a new hotfix release with two fixes. This release fixes regression caused to Open Browser keyword.

See release notes and milestone for full list of details

SeleniumLibrary 3.3.0

24 Dec 00:01

Choose a tag to compare

SeleniumLibrary_ is a web testing library for Robot Framework_ that utilizes
the Selenium_ tool internally. SeleniumLibrary 3.3.0 is a new release with
new Press Keys keyword which has clean support for Selenium Keys_,
allows to capture picture from a single element and many other enhancements and
bug fixes.

See release notes and milestone for full list of details

SeleniumLibrary 3.2.0

21 Sep 18:35

Choose a tag to compare

SeleniumLibrary is a web testing library for Robot Framework that utilizes the Selenium tool internally. SeleniumLibrary 3.2.0 is a new release with enhancements and bug fixes. Example JavaScript keywords now supports arguments and Open Browser keyword provides support for headless Chrome and Firefox with Selenium Grid.

See release notes and milestone for more details about the release.

SeleniumLibrary 3.2.0 release candidate 1

16 Sep 20:28

Choose a tag to compare

SeleniumLibrary is a web testing library for Robot Framework that utilizes the Selenium tool internally. SeleniumLibrary 3.2.0rc1 is a new pre-release with enhancements and bug fixes. Example JavaScript keywords now supports arguments and Open Browser keyword provides support for headless Chrome and Firefox with Selenium Grid.

SeleniumLibrary 3.1.1

06 Mar 20:41

Choose a tag to compare

SeleniumLibrary 3.1.1 is a new hotfix release which contains also one new keyword.

New features

Release contains one new keyword Element Text Should Not Be.

Bug Fixes

Due a bug in handling the Selenium version as string, inside of a named tuple, caused determination of the
Selenium version to work incorrectly. This is because we check, is the minor version bigger than 8. If it is,
then we allow users to launch Firefox and Chrome in headless mode. But because comparison was made as strings, the comparison started work incorrectly when Selenium reached version 3.10.0 because "8" > "10". This
is now fixed and version is converted as number inside of the named tuple.

SeleniumLibrary 3.1.0

15 Feb 20:37

Choose a tag to compare

New features

The most important enhancements are:

  • This release contains support for headless Firefox and Chrome browser in the Open Browser keyword. The headless mode requires Selenium 3.8.0 or greater.
  • Open Browser keyword desired_capabilities argument can now be used to configure
    a browser when starting a local browser

More details in release notes and all included enhancements and bug fixes can be found from the v3.1.0 milestone.

SeleniumLibrary 3.1.0 Alpha 2

13 Feb 20:47

Choose a tag to compare

Pre-release

New features

Only change compared to 3.1.0 Alpha 1 release, is that the Alpha 2 release contains one new feature. For keywords verifying element text, it is now possible to ignore text case.

More details in release notes and all included enhancements and bug fixes can be found from the v3.1.0 milestone

SeleniumLibrary 3.1.0 Alpha 1

11 Feb 21:57

Choose a tag to compare

Pre-release

New Features

The most important enhancements are:

  • This pre-release contains support for headless Firefox and Chrome browser in the Open Browser keyword.
  • Open Browser keyword desired_capabilities argument can now be used to configure
    a browser when starting a local browser

More details in release notes and all included enhancements and bug fixes can be found from the v3.1.0 milestone

SeleniumLibrary 3.0.1

09 Dec 22:20

Choose a tag to compare

SeleniumLibrary 3.0.1 is a new release with one bugfix. The release 3.0.0 contained bug with Wait Until Element Is Not Visible keyword, if element was not in the DOM, the element was considered as visible. This release fixes the problem and if element is not in the DOM, element is considered as not visible.

SeleniumLibrary 3.0.0

01 Dec 06:28

Choose a tag to compare

SeleniumLibrary 3.0.0 is a new release with Python 3 support and various other big enhancements such as better public API for extending the library and highly enhanced keyword documentation. The library architecture has also changed making it easier to maintain and develop further.

For full about the release see the release notes and the 3.0.0 milestone