|
| 1 | +===================== |
| 2 | +SeleniumLibrary 6.7.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 6.7.0 is a new release with |
| 11 | +some minor enhancements and bug fixes. This versions add support for Python 3.13. |
| 12 | + |
| 13 | + |
| 14 | +If you have pip_ installed, just run |
| 15 | + |
| 16 | +:: |
| 17 | + |
| 18 | + pip install --upgrade robotframework-seleniumlibrary |
| 19 | + |
| 20 | +to install the latest available release or use |
| 21 | + |
| 22 | +:: |
| 23 | + |
| 24 | + pip install robotframework-seleniumlibrary==6.7.0 |
| 25 | + |
| 26 | +to install exactly this version. Alternatively you can download the source |
| 27 | +distribution from PyPI_ and install it manually. |
| 28 | + |
| 29 | +SeleniumLibrary 6.7.0 was released on Monday January 6, 2025. SeleniumLibrary supports |
| 30 | +Python 3.8 through 3.13, Selenium 4.24.0 through 4.27.1 and |
| 31 | +Robot Framework 6.1.1 and 7.1.1. |
| 32 | + |
| 33 | +*Note: This release, v 6.7.0, has been tested against the latest release candidate of the |
| 34 | +upcoming Robot Framework version, 7.2. It is compatible and expect to support 7.2 when the |
| 35 | +final release is made.* |
| 36 | + |
| 37 | +.. _Robot Framework: http://robotframework.org |
| 38 | +.. _SeleniumLibrary: https://github.com/robotframework/SeleniumLibrary |
| 39 | +.. _Selenium: http://seleniumhq.org |
| 40 | +.. _pip: http://pip-installer.org |
| 41 | +.. _PyPI: https://pypi.python.org/pypi/robotframework-seleniumlibrary |
| 42 | +.. _issue tracker: https://github.com/robotframework/SeleniumLibrary/issues?q=milestone%3Av6.7.0 |
| 43 | + |
| 44 | + |
| 45 | +.. contents:: |
| 46 | + :depth: 2 |
| 47 | + :local: |
| 48 | + |
| 49 | +Most important enhancements |
| 50 | +=========================== |
| 51 | + |
| 52 | +- Fixed _find_by_data_locator when more than one colon was within the locator. If one |
| 53 | + used the data strategy and the locator had additional colon in it the locator parser |
| 54 | + would incorrectly parse the locator. This has been fixed in this release. (`#1924`_) |
| 55 | +- Make SeleniumLibrary support one or more translations from same localisation project (`#1917`_) |
| 56 | +- Support for Python version 3.13 |
| 57 | + |
| 58 | +Acknowledgements |
| 59 | +================ |
| 60 | + |
| 61 | +We want to thank |
| 62 | + |
| 63 | +- `Markus Leben <https://github.com/markus-leben>`_ for discovering, reporting, and fixing |
| 64 | + the _find_by_data_locator issue (`#1924`_) |
| 65 | +- `The Great Simo <https://github.com/TheGreatSimo>`_ and `Pavel <https://github.com/PavelMal>`_ |
| 66 | + for updating the requirements (`#1849`_) |
| 67 | +- `iarmhi <https://github.com/iarmhi>`_ for correcting an error the docs (`#1913`_) |
| 68 | + |
| 69 | +Full list of fixes and enhancements |
| 70 | +=================================== |
| 71 | + |
| 72 | +.. list-table:: |
| 73 | + :header-rows: 1 |
| 74 | + |
| 75 | + * - ID |
| 76 | + - Type |
| 77 | + - Priority |
| 78 | + - Summary |
| 79 | + * - `#1924`_ |
| 80 | + - bug |
| 81 | + - high |
| 82 | + - Fix _find_by_data_locator |
| 83 | + * - `#1917`_ |
| 84 | + - enhancement |
| 85 | + - high |
| 86 | + - Make SeleniumLibrary support one or more translation from same localisation project |
| 87 | + * - `#1849`_ |
| 88 | + - --- |
| 89 | + - medium |
| 90 | + - Update the rerequirements |
| 91 | + * - `#1913`_ |
| 92 | + - bug |
| 93 | + - low |
| 94 | + - Remove unneeded 'send_' in docs |
| 95 | + * - `#1925`_ |
| 96 | + - --- |
| 97 | + - --- |
| 98 | + - Latest Versions Oct2024 |
| 99 | + |
| 100 | +Altogether 5 issues. View on the `issue tracker <https://github.com/robotframework/SeleniumLibrary/issues?q=milestone%3Av6.7.0>`__. |
| 101 | + |
| 102 | +.. _#1924: https://github.com/robotframework/SeleniumLibrary/issues/1924 |
| 103 | +.. _#1917: https://github.com/robotframework/SeleniumLibrary/issues/1917 |
| 104 | +.. _#1849: https://github.com/robotframework/SeleniumLibrary/issues/1849 |
| 105 | +.. _#1913: https://github.com/robotframework/SeleniumLibrary/issues/1913 |
| 106 | +.. _#1925: https://github.com/robotframework/SeleniumLibrary/issues/1925 |
0 commit comments