Skip to content

Releases: robotframework/SeleniumLibrary

SeleniumLibrary 3.1.0

15 Feb 20:37
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

SeleniumLibrary 3.0.0 release candidate 2

28 Nov 20:55
Compare
Choose a tag to compare

SeleniumLibrary 3.0.0rc2 was released on Tuesday November 28, 2017. SeleniumLibrary 3.0.0rc2 is a new release with with Python 3 support and and rewritten architecture. There are two bug fixes compared to the rc1.

  1. #1001 fixes problem when using library public API.
  2. #998 fixes problem with Selenium 3.6.0 and 3.7.0 when using Firefox

For more details about the release can be found from the release notes.

SeleniumLibrary 3.0.0 release candidate 1

16 Nov 07:14
Compare
Choose a tag to compare

The SeleniumLibrary 3.0 release candidate 1 was released in 15 of November 2017. The two biggest difference to the beta 3 release are:

  • The library keyword documentation has been rewritten and unified
  • The library has cleaner public API for extending the library.

The are also numerous smaller and bigger changes in the library. The internal methods have been reworked and some of the keywords have been silently deprecated. Also new keywords have been created to replace the the deprecated keywords. For more details about the release can be found from the release notes

SeleniumLibrary 3.0.0 Beta 3

28 Sep 21:05
Compare
Choose a tag to compare
Pre-release

The SeleniumLibrary 3.0.0b3 is released, more details in SeleniumLibrary-3.0.0b3.rst

SeleniumLibrary 3.0.0 Beta 1

01 Sep 19:00
Compare
Choose a tag to compare
Pre-release

New features

This release beta release does not contain any new features compared to Alpha 2

Fixes

There was bug in package creation when the Alpha 2 release was created. The bug was created when the project was renamed from Selenium2Library to SeleniumLibrary and not properly changing the name in all places. In the Alpha 2 the Firefox profile was not included in the SeleniumLibrary package and this caused the error seen in the #878

SeleniumLibrary 3.0.0 Alpha 2.

25 Aug 13:20
Compare
Choose a tag to compare
Pre-release

New features

Python support

The major new enhancements are for the SeleniumLibrary 3.0.0 alpha 2 are the Python 3 support. For Python 2 we have dropped 2.6 support in the SeleniumLibrary, but we will support Python 2.7 in the foreseen future. The SeleniumLibrary 3.0.0 alpha 2 has been tested with Python 3.3 and Python 3.6.

Project was renamed from Selenium2Library to SeleniumLibrary

Because Selenium version was updated to version three, the old name was not anymore describing what the library supports. Therefore is was decided to rename the Selenium2Library to SeleniumLibrary.

New architecture

The SeleniumLibrary has new architecture, which relies on the PythonLibCore. The old multi inheritance madness is gone and is replaced with cleaner and more separated modules. Also the previous releases used the Static library API from Robot Framework, but the new release uses Dynamic library API.

Required Robot Framework version

The minimum required Robot Framework version has been increased to 2.8.7 #703

New keyword: Element Should Be Focused

There is new keyword to check that element has a focus. #851

The Get List Items keyword to return labels or values

The keyword returns the labels or values in the select list identified by locator. #722

Support for Boolean arguments as strings.

Now the SeleniumLibrary support Boolean arguments also as strings. More details in the #719 and in the documentation Boolean arguments chapter.

Support for class strategy for locators

All selectors can not use class as strategy when selecting element with locator. #673

HTML5 specialized text fields not recognized as text fields

Support HTML5 specialized text fields where added to several keywords. #546

New keyword Get Log was implemented

There is not possibility to capture browser logs with Get Log keyword. #574

The Get Element Attribute keyword was enhanced to support WebElements as selectors

In earlier releases the Get Element Attribute keyword did not support WebElements as selectors. Now the keyword has been enhanced and the requested attribute can be given as separate argument. #404

Also there has been numerous smaller and bigger fixes since the 1.8.0 release. All the issue fixed in the release can be seen from the issue tracker