Skip to content

Latest commit

 

History

History
74 lines (49 loc) · 2.14 KB

SeleniumLibrary-6.1.3.rst

File metadata and controls

74 lines (49 loc) · 2.14 KB

SeleniumLibrary 6.1.3

SeleniumLibrary is a web testing library for Robot Framework that utilizes the Selenium tool internally. SeleniumLibrary 6.1.3 is a hotfix release that fixes an issue with remote browsers when options are not provided.

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

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

SeleniumLibrary 6.1.3 was released on Thursday October 12, 2023. SeleniumLibrary supports Python 3.8+, Selenium 4.3+ and Robot Framework 4.1.3 or higher.

Most important enhancements

  • Remote browser fails when no options provided (#1855)

    For several of the remote browsers we need to initialize the options if none are provided. In addition the deprecated and removed from selenium desired_capabilities have been removed from SeleniumLibrary v6.1.3.

Acknowledgements

  • I want to thank Tero Lempiäinen for pointing out this issue (#1855)

Full list of fixes and enhancements

ID Type Priority Summary
#1855 bug critical Remote browser fails when no options provided

Altogether 1 issue. View on the issue tracker.