X Tutup
Skip to content

Latest commit

 

History

History
72 lines (49 loc) · 2.1 KB

File metadata and controls

72 lines (49 loc) · 2.1 KB

SeleniumLibrary 5.1.1

SeleniumLibrary is a web testing library for Robot Framework that utilizes the Selenium tool internally. SeleniumLibrary 5.1.1 is a new release with bug fixes to Open Browser keyword ff_profile_dir argument type conversion.

All issues targeted for SeleniumLibrary v5.1.1 can be found from the issue tracker.

If you have pip installed, just run

pip install --upgrade robotframework-seleniumlibrary

to install the latest available release or use

pip install robotframework-seleniumlibrary==5.1.1

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

SeleniumLibrary 5.1.1 was released on Sunday March 14, 2021. SeleniumLibrary supports Python 3.6+, Selenium 3.141.0+ and Robot Framework 3.2.2+.

Open Browser Firefox profile path argument types are not correct (#1703)

Open Browser keyword ff_profile_dir argument did convert argument incorrectly if the argument value was Python FirefoxProfile instance. This is now fixed in this release.

ID Type Priority Summary
#1703 bug high Open Browser Firefox profile path argument types are not correct

Altogether 1 issue. View on the issue tracker.

X Tutup