Skip to content

SeleniumLibrary 6.7.0

Latest
Compare
Choose a tag to compare
@emanlove emanlove released this 06 Jan 12:50

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.1.1.
(This release was tested with Robot Framework v7.2rc1 and was deemed compatible. We will officially support v7.2 on
the next release.)

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

See full details in release notes

[Update 25 Jan, 2025 - Corrected supported Robot Framework version. It should have been 7.1.1 and not 7.0.1. This was an editorial issue. Also added note about our testing of this release against the release candidate for the yet to be released 7.2 final release.]