|
| 1 | +===================== |
| 2 | +SeleniumLibrary 5.1.0 |
| 3 | +===================== |
| 4 | + |
| 5 | + |
| 6 | +.. default-role:: code |
| 7 | + |
| 8 | + |
| 9 | +SeleniumLibrary_ is a web testing library for `Robot Framework`_ that utilizes |
| 10 | +the Selenium_ tool internally. SeleniumLibrary 5.1.0 is a new release with |
| 11 | +enhancements to properly support argument conversion enhancements in Robot |
| 12 | +Framework 4.0. Support for Robot Framework 3.1 is dropped. |
| 13 | + |
| 14 | +All issues targeted for SeleniumLibrary v5.1.0 can be found |
| 15 | +from the `issue tracker`_. |
| 16 | + |
| 17 | +If you have pip_ installed, just run |
| 18 | + |
| 19 | +:: |
| 20 | + |
| 21 | + pip install --upgrade robotframework-seleniumlibrary |
| 22 | + |
| 23 | +to install the latest available release or use |
| 24 | + |
| 25 | +:: |
| 26 | + |
| 27 | + pip install robotframework-seleniumlibrary==5.1.0 |
| 28 | + |
| 29 | +to install exactly this version. Alternatively you can download the source |
| 30 | +distribution from PyPI_ and install it manually. |
| 31 | + |
| 32 | +SeleniumLibrary 5.1.0 was released on Friday February 26, 2021. SeleniumLibrary supports |
| 33 | +Python 3.6+, Selenium 3.141.0+ and Robot Framework 3.2.2+. |
| 34 | + |
| 35 | +.. _Robot Framework: http://robotframework.org |
| 36 | +.. _SeleniumLibrary: https://github.com/robotframework/SeleniumLibrary |
| 37 | +.. _Selenium: http://seleniumhq.org |
| 38 | +.. _pip: http://pip-installer.org |
| 39 | +.. _PyPI: https://pypi.python.org/pypi/robotframework-seleniumlibrary |
| 40 | +.. _issue tracker: https://github.com/robotframework/SeleniumLibrary/issues?q=milestone%3Av5.1.0 |
| 41 | + |
| 42 | + |
| 43 | +.. contents:: |
| 44 | + :depth: 2 |
| 45 | + :local: |
| 46 | + |
| 47 | +Most important enhancements |
| 48 | +=========================== |
| 49 | + |
| 50 | +Offer support for Robot Framework 4.0 (`#1692`_) |
| 51 | +------------------------------------------------ |
| 52 | +There was several issues to support Robot Framework 4.0 enhanced argument conversion. These issues |
| 53 | +should be now fixed. |
| 54 | + |
| 55 | +Drop support for RF 3.1 (`#1693`_) |
| 56 | +---------------------------------- |
| 57 | +Support for Robot Framework 3.1 is dropped. It will most likely work, but official support |
| 58 | +is not offered anymore, because RF 4.0 is soon ready. |
| 59 | + |
| 60 | +Full list of fixes and enhancements |
| 61 | +=================================== |
| 62 | + |
| 63 | +.. list-table:: |
| 64 | + :header-rows: 1 |
| 65 | + |
| 66 | + * - ID |
| 67 | + - Type |
| 68 | + - Priority |
| 69 | + - Summary |
| 70 | + * - `#1692`_ |
| 71 | + - bug |
| 72 | + - critical |
| 73 | + - Offer support for Robot Framework 4.0 |
| 74 | + * - `#1693`_ |
| 75 | + - enhancement |
| 76 | + - critical |
| 77 | + - Drop support for RF 3.1 |
| 78 | + |
| 79 | +Altogether 2 issues. View on the `issue tracker <https://github.com/robotframework/SeleniumLibrary/issues?q=milestone%3Av5.1.0>`__. |
| 80 | + |
| 81 | +.. _#1692: https://github.com/robotframework/SeleniumLibrary/issues/1692 |
| 82 | +.. _#1693: https://github.com/robotframework/SeleniumLibrary/issues/1693 |
0 commit comments