Skip to content

Releases: robotframework/SeleniumLibrary

SeleniumLibrary 4.0.0

20 Sep 19:54
Compare
Choose a tag to compare

SeleniumLibrary is a web testing library for Robot Framework that utilizes the Selenium tool internally. SeleniumLibrary 4.0.0 is a new release with plugin API, support for Selenium EventFiringWebdriver and extending Open Browser keyword to support Selenium Options. There are also other enhancements and bug fixes in this release.

See release notes and milestone for more details.

SeleniumLibrary 4.0.0 release candiate 1

07 Sep 22:14
Compare
Choose a tag to compare

SeleniumLibrary is a web testing library for Robot Framework that utilizes the Selenium tool internally. SeleniumLibrary 4.0.0rc1 is a new release with plugin API, support for Selenium EventFiringWebdriver and extending Open Browser keyword to support Selenium Options. There are also other enhancements and bug fixes in this release.

See release notes and milestone for more details.

SeleniumLibrary 4.0.0 beta 1

22 Aug 19:14
Compare
Choose a tag to compare
Pre-release

SeleniumLibrary is a web testing library for Robot Framework that utilizes
the Selenium tool internally. SeleniumLibrary 4.0.0b1 is a new prerelease with
enhancements to the plugin API and easing the browser window selections..
There are also other enhancements and bug fixes.

See release notes and milestone for more details.

SeleniumLibrary 4.0.0 alpha 2

04 Jul 19:05
Compare
Choose a tag to compare
Pre-release

SeleniumLibrary is a web testing library for Robot Framework that utilizes
the Selenium tool internally. SeleniumLibrary 4.0.0a2 is a new pre release with
enhancements to the Open Browser keyword. There are also other
enhancements and bug fixes.

See release notes and milestone for more details.

SeleniumLibrary 4.0.0 alpha 1

18 Apr 19:44
Compare
Choose a tag to compare
Pre-release

SeleniumLibrary is a web testing library for Robot Framework that utilizes
the Selenium tool internally. SeleniumLibrary 4.0.0a1 is a new release with
new plugin API and support for Selenium EventFiringWebdriver.There are also
other enhancements and bug fixes.

See release notes and milestone for more details.

SeleniumLibrary 3.3.1

04 Jan 21:54
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.