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-seleniumlibraryto install the latest available release or use
pip install robotframework-seleniumlibrary==5.1.1to 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.