Skip to content

Latest commit

 

History

History
136 lines (105 loc) · 5.13 KB

SeleniumLibrary-4.4.0.rst

File metadata and controls

136 lines (105 loc) · 5.13 KB

SeleniumLibrary 4.4.0

SeleniumLibrary is a web testing library for Robot Framework that utilizes the Selenium tool internally. SeleniumLibrary 4.4.0 is a new release with 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 --upgrade robotframework-seleniumlibrary

to install the latest available release or use

pip install robotframework-seleniumlibrary==4.4.0

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

SeleniumLibrary 4.4.0 was released on Wednesday April 29, 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 to latest PythonLIbCore because it does not work with SeleniumTestability plugin (#1577, rc 2)

PythonLibCore did contain a bug which prevented SeleniumLibrary to work SeleniumTestability plugin. This is now fixed in PythonLibCore side and SeleniumLibrary contains updated PythonLibCore

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.

Use PythonLibCore official 2.0.2 release. (#1585, rc 3)

This release uses official 2.0.2 release from PythonLibCore.

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
#1577 bug critical Update to latest PythonLIbCore because it does not work with SeleniumTestability plugin
#1494 enhancement critical Raise minimum required Robot Framework to 3.1
#1564 enhancement critical Update PythonLibCore
#1585 enhancement critical Use PythonLibCore official 2.0.2 release.
#1555 bug medium Small error in 'Get Cookie' keyword documentation
#1559 bug medium "Wait Until Location Is" error message reads "Location did not is <url> in <wait time>"
#1543 enhancement medium Wait Until Page Contains add option Limit

Altogether 7 issues. View on the issue tracker.