SeleniumLibrary is a web testing library for Robot Framework that utilizes the Selenium tool internally. SeleniumLibrary 6.1.2 is a hotfix release focused on bug fixes for setting configuration options when using a remote Edge or Safari Browser.
If you have pip installed, just run
pip install --upgrade robotframework-seleniumlibraryto install the latest available release or use
pip install robotframework-seleniumlibrary==6.1.2to install exactly this version. Alternatively you can download the source distribution from PyPI and install it manually.
SeleniumLibrary 6.1.2 was released on Saturday September 9, 2023. SeleniumLibrary supports Python 3.7+, Selenium 4.3+ and Robot Framework 4.1.3 or higher.
Missing "Options" setup in EDGE browser for remote url execution (#1844, rc 1)
The browser options if given within the
Open BrowserorCreate WebDriver`keyword were not being passed to either a remote Edge or remote Safari browser. This has been fixed within this release.
- I want to thank @ap0087105 for pointing out the library was missing "Options" setup within Edge and Safari remote url execution (#1844, rc 1)
| ID | Type | Priority | Summary | Added |
|---|---|---|---|---|
| #1844 | bug | high | Missing "Options" setup in EDGE browser for remote url execution | rc 1 |
Altogether 1 issue. View on the issue tracker.