|
| 1 | +======================== |
| 2 | +SeleniumLibrary 6.5.0rc1 |
| 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 6.5.0rc1 is a new release with |
| 11 | +keyword and keyword documentation translations. |
| 12 | + |
| 13 | +All issues targeted for SeleniumLibrary v6.5.0 can be found |
| 14 | +from the `issue tracker`_. |
| 15 | + |
| 16 | +If you have pip_ installed, just run |
| 17 | + |
| 18 | +:: |
| 19 | + |
| 20 | + pip install --pre --upgrade robotframework-seleniumlibrary |
| 21 | + |
| 22 | +to install the latest available release or use |
| 23 | + |
| 24 | +:: |
| 25 | + |
| 26 | + pip install robotframework-seleniumlibrary==6.5.0rc1 |
| 27 | + |
| 28 | +to install exactly this version. Alternatively you can download the source |
| 29 | +distribution from PyPI_ and install it manually. |
| 30 | + |
| 31 | +SeleniumLibrary 6.5.0rc1 was released on Monday June 10, 2024. SeleniumLibrary supports |
| 32 | +Python 3.8 through 3.11, Selenium 4.20.0 and 4.21.0 and |
| 33 | +Robot Framework 5.0.1, 6.1.1 and 7.0. |
| 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%3Av6.5.0 |
| 41 | + |
| 42 | + |
| 43 | +.. contents:: |
| 44 | + :depth: 2 |
| 45 | + :local: |
| 46 | + |
| 47 | +Most important enhancements |
| 48 | +=========================== |
| 49 | + |
| 50 | +- Translation documentation (`#1907`_) |
| 51 | + This brings in the ability to translate both the keyword names as well as |
| 52 | + the keyword documentation. Details on how to create translations can be found |
| 53 | + within the keyword documenation. In addtion the introduction of the selib tool |
| 54 | + allows for further enhancement like ``transform`` which will run Robotidy |
| 55 | + alongside a (future) SeleniumLibrary transformer to automatically handle keyword |
| 56 | + deprecations. |
| 57 | + |
| 58 | +Acknowledgements |
| 59 | +================ |
| 60 | + |
| 61 | +I want to thank |
| 62 | + |
| 63 | +- jeromehuewe for noting the unspecified upper supported Python version (`#1903`_) |
| 64 | +- `Tatu Aalto <https://github.com/aaltat>`_ for all the work around bringing in |
| 65 | + the translation documentation functionality and the selib tool (`#1907`_) |
| 66 | + |
| 67 | +I also want to thank `Yuri Verweij <https://github.com/yuriverweij>`_ for his continued |
| 68 | +collaboration on maintaining the SeleniumLibrary. |
| 69 | + |
| 70 | +Full list of fixes and enhancements |
| 71 | +=================================== |
| 72 | + |
| 73 | +.. list-table:: |
| 74 | + :header-rows: 1 |
| 75 | + |
| 76 | + * - ID |
| 77 | + - Type |
| 78 | + - Priority |
| 79 | + - Summary |
| 80 | + - Added |
| 81 | + * - `#1903`_ |
| 82 | + - enhancement |
| 83 | + - medium |
| 84 | + - Specify supported Python version |
| 85 | + - rc�1 |
| 86 | + * - `#1907`_ |
| 87 | + - enhancement |
| 88 | + - medium |
| 89 | + - Translation documentation |
| 90 | + - rc�1 |
| 91 | + |
| 92 | +Altogether 2 issues. View on the `issue tracker <https://github.com/robotframework/SeleniumLibrary/issues?q=milestone%3Av6.5.0>`__. |
| 93 | + |
| 94 | +.. _#1903: https://github.com/robotframework/SeleniumLibrary/issues/1903 |
| 95 | +.. _#1907: https://github.com/robotframework/SeleniumLibrary/issues/1907 |
0 commit comments