Skip to content

Latest commit

 

History

History
123 lines (94 loc) · 4.29 KB

SeleniumLibrary-4.4.0rc1.rst

File metadata and controls

123 lines (94 loc) · 4.29 KB

SeleniumLibrary 4.4.0rc1

SeleniumLibrary is a web testing library for Robot Framework that utilizes the Selenium tool internally. SeleniumLibrary 4.4.0rc1 is a new release with providing better supporting for Robot Framework 3.2 and the enhancement in the dynamic library API. There are also other enhancement and fixes in the release.

All issues targeted for SeleniumLibrary v4.4.0 can be found from the issue tracker.

If you have pip installed, just run

pip install --pre --upgrade robotframework-seleniumlibrary

to install the latest available release or use

pip install robotframework-seleniumlibrary==4.4.0rc1

to install exactly this version. Alternatively you can download the source distribution from PyPI and install it manually.

SeleniumLibrary 4.4.0rc1 was released on Saturday April 18, 2020. SeleniumLibrary supports Python 2.7 and 3.6+, Selenium 3.141.0+ and Robot Framework 3.1.2+. This is, again, last release which contains new development for Python 2.7 and users should migrate to Python 3.

Update PythonLibCore (#1564, rc 1)

SeleniumLibrary relies on PythonLibCore to handle Robot Framework dynamic library API requirements. The PythonLibCore has been enhanced to support Robot Framework 3.2 dynamic library API changes. This provides automatic argument type conversion and better support for the language server protocol.

Raise minimum required Robot Framework to 3.1 (#1494, rc 1)

This was already announced in the previous releases, but it was not enforced during the installation time. Now this is enforced in installation time.

Small error in 'Get Cookie' keyword documentation (#1555, rc 1)

Many thanks to Ryan Mori for fixing the bug in the Get Cookie keyword documentation.

"Wait Until Location Is" error message reads "Location did not is <url> in <wait time>" (#1559, rc 1)

Many thanks to testventure for fixing wait until location is error message.

Wait Until Page Contains add option Limit (#1543, rc 1)

Many thanks to Marcin Koperski for adding limit argument to Wait Until Page Does Not Contain Element and Wait Until Page Contains Element keywords.

ID Type Priority Summary Added
#1494 enhancement critical Raise minimum required Robot Framework to 3.1 rc 1
#1564 enhancement critical Update PythonLibCore rc 1
#1555 bug medium Small error in 'Get Cookie' keyword documentation rc 1
#1559 bug medium "Wait Until Location Is" error message reads "Location did not is <url> in <wait time>" rc 1
#1543 enhancement medium Wait Until Page Contains add option Limit rc 1

Altogether 5 issues. View on the issue tracker.