Skip to content

Commit

Permalink
Release notes for 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed Apr 29, 2020
1 parent 1e53971 commit 2e16549
Showing 1 changed file with 136 additions and 0 deletions.
136 changes: 136 additions & 0 deletions docs/SeleniumLibrary-4.4.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@
=====================
SeleniumLibrary 4.4.0
=====================


.. default-role:: code


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.

.. _Robot Framework: http://robotframework.org
.. _SeleniumLibrary: https://github.com/robotframework/SeleniumLibrary
.. _Selenium: http://seleniumhq.org
.. _pip: http://pip-installer.org
.. _PyPI: https://pypi.python.org/pypi/robotframework-seleniumlibrary
.. _issue tracker: https://github.com/robotframework/SeleniumLibrary/issues?q=milestone%3Av4.4.0


.. contents::
:depth: 2
:local:

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.

Use PythonLibCore official 2.0.2 release. (`#1585`_, rc 3)
-----------------------------------------------------------
This release uses official 2.0.2 release from PythonLibCore.

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
===================================

.. list-table::
:header-rows: 1

* - 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 <https://github.com/robotframework/SeleniumLibrary/issues?q=milestone%3Av4.4.0>`__.

.. _#1577: https://github.com/robotframework/SeleniumLibrary/issues/1577
.. _#1494: https://github.com/robotframework/SeleniumLibrary/issues/1494
.. _#1564: https://github.com/robotframework/SeleniumLibrary/issues/1564
.. _#1585: https://github.com/robotframework/SeleniumLibrary/issues/1585
.. _#1555: https://github.com/robotframework/SeleniumLibrary/issues/1555
.. _#1559: https://github.com/robotframework/SeleniumLibrary/issues/1559
.. _#1543: https://github.com/robotframework/SeleniumLibrary/issues/1543
.. _PythonLibCore: https://github.com/robotframework/PythonLibCore

0 comments on commit 2e16549

Please sign in to comment.