Skip to content

Latest commit

 

History

History
134 lines (104 loc) · 4.83 KB

SeleniumLibrary-4.4.0rc2.rst

File metadata and controls

134 lines (104 loc) · 4.83 KB

SeleniumLibrary 4.4.0rc1

SeleniumLibrary is a web testing library for Robot Framework that utilizes the Selenium tool internally. SeleniumLibrary 4.4.0rc2 is which fixes problem with SeleniumTestability plugin when comparing to 4.4.0rc1.

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.0rc2 was released on Monday April 20, 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.

Most important enhancements

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.

Acknowledgements

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.

Full list of fixes and enhancements

ID Type Priority Summary Added
#1577 bug critical Update to latest PythonLIbCore because it does not work with SeleniumTestability plugin rc 2
#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 6 issues. View on the issue tracker.