SeleniumLibrary 6.7.0 is a new release which adds Python 3.13 support and a few other enhancements and bug fixes.
SeleniumLibrary supports Python 3.8 through 3.13, Selenium 4.21.0 through 4.24.0 and Robot Framework 6.1.1 and 7.0.1.
Most important enhancement
- 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 localization project (#1917)
- Support for Python version 3.13
Acknowledgements
We want to thank
- Markus Leben for discovering, reporting, and fixing
the _find_by_data_locator issue (#1924) - The Great Simo and Pavel
for updating the requirements (1849) - iarmhi for correcting an error the docs (#1913)
See full details in release notes