Skip to content

Latest commit

 

History

History
78 lines (52 loc) · 2.24 KB

SeleniumLibrary-6.1.2rc1.rst

File metadata and controls

78 lines (52 loc) · 2.24 KB

SeleniumLibrary 6.1.2rc1

SeleniumLibrary is a web testing library for Robot Framework that utilizes the Selenium tool internally. SeleniumLibrary 6.1.2rc1 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 --pre --upgrade robotframework-seleniumlibrary

to install the latest available release or use

pip install robotframework-seleniumlibrary==6.1.2rc1

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

SeleniumLibrary 6.1.2rc1 was released on Friday August 25, 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 Browser or Create 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.