SeleniumLibrary 6.8.0 is a new release which adds Python 3.14 support and a few other enhancements and bug fixes.
SeleniumLibrary supports Python 3.8 through 3.14, Selenium 4.28.1 through 4.34.2 and Robot Framework 6.1.1 and 7.3.2.
Most important enhancement
- Option to return embed screenshot while using Capture Page Screenshot (#1923). One is now given the additional option to return the screenshot as base64 string to be used elsewhere in the log html. If the screenshot root directory is specified as
BASE64then the screenshot string is returned. See theCapture Page Screenshotkeyword doc for more information and example to place returned image in the log file. - Update README.rst 'Browser drivers' section (#1938). With the (long past) addition of Selenium Manager within the selenium package, the documentation on browser drivers was outdated and incorrect. This works to correct that. For more information about Selenium Manager and handling browsers and drivers see the Selenium Documentation on the topic.
- Loosen restriction on the upper Python version allowing Python 3.14 (#1949)
Acknowledgements
I want to thank the following people for helping getting out this release ..
- Hrutvik Jagtap and Shiva Prasad Adirala for contributing to the base64 image screenshot functionality (#1923)
- Corey Goldberg for updating the README concerning Selenium Manager (#1938)
- DetachHead for reporting the deprecated
is_stringerror messages (#1940) - Rudolf for pushing for the addition of Python 3.14 (#1949)
I also want to thank Yuri Verweij, Lassi Heikkinen, and Tatu Aalto for their ongoing contributions and support.
See full details in release notes