Skip to content

Latest commit

 

History

History
77 lines (52 loc) · 2.22 KB

SeleniumLibrary-6.1.2.rst

File metadata and controls

77 lines (52 loc) · 2.22 KB

SeleniumLibrary 6.1.2

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-seleniumlibrary

to install the latest available release or use

pip install robotframework-seleniumlibrary==6.1.2

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

Most important enhancements

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

Acknowledgements

  • I want to thank @ap0087105 for pointing out the library was missing "Options" setup within Edge and Safari remote url execution (#1844, rc 1)

Full list of fixes and enhancements

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.