Skip to content

Latest commit

 

History

History
106 lines (79 loc) · 3.34 KB

SeleniumLibrary-6.7.0.rst

File metadata and controls

106 lines (79 loc) · 3.34 KB

SeleniumLibrary 6.7.0

SeleniumLibrary is a web testing library for Robot Framework that utilizes the Selenium tool internally. SeleniumLibrary 6.7.0 is a new release with some minor enhancements and bug fixes. This versions add support for Python 3.13.

If you have pip installed, just run

pip install --upgrade robotframework-seleniumlibrary

to install the latest available release or use

pip install robotframework-seleniumlibrary==6.7.0

to install exactly this version. Alternatively you can download the source distribution from PyPI and install it manually.

SeleniumLibrary 6.7.0 was released on Monday January 6, 2025. SeleniumLibrary supports Python 3.8 through 3.13, Selenium 4.24.0 through 4.27.1 and Robot Framework 6.1.1 and 7.1.1.

Note: This release, v 6.7.0, has been tested against the latest release candidate of the upcoming Robot Framework version, 7.2. It is compatible and expect to support 7.2 when the final release is made.

  • Fixed _find_by_data_locator when more than one colon was within the locator. If one used the data strategy and the locator had additional colon in it the locator parser would incorrectly parse the locator. This has been fixed in this release. (#1924)
  • Make SeleniumLibrary support one or more translations from same localisation project (#1917)
  • Support for Python version 3.13

We want to thank

ID Type Priority Summary
#1924 bug high Fix _find_by_data_locator
#1917 enhancement high Make SeleniumLibrary support one or more translation from same localisation project
#1849 --- medium Update the rerequirements
#1913 bug low Remove unneeded 'send_' in docs
#1925 --- --- Latest Versions Oct2024

Altogether 5 issues. View on the issue tracker.