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.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

See full details in release notes