SeleniumLibrary is a web testing library for Robot Framework that utilizes the Selenium tool internally. SeleniumLibrary 6.1.3b1 is a is a hotfix release that fixes an issue with remote browsers when options are not provided.
All issues targeted for SeleniumLibrary v6.1.3 can be found from the issue tracker.
If you have pip installed, just run
pip install --pre --upgrade robotframework-seleniumlibrary
to install the latest available release or use
pip install robotframework-seleniumlibrary==6.1.3b1
to install exactly this version. Alternatively you can download the source distribution from PyPI and install it manually.
SeleniumLibrary 6.1.3b1 was released on Sunday September 24, 2023. SeleniumLibrary supports Python 3.8+, Selenium 4.3+ and Robot Framework 4.1.3 or higher.
Remote browser fails when no options provided (#1855, b 1)
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.3b1.
- I want to thank Tero Lempiäinen for pointing out this issue (#1855, b 1)
| ID | Type | Priority | Summary | Added |
|---|---|---|---|---|
| #1855 | bug | critical | Remote browser fails when no options provided | b 1 |
Altogether 1 issue. View on the issue tracker.