X Tutup
Skip to content

Latest commit

 

History

History
88 lines (64 loc) · 2.63 KB

File metadata and controls

88 lines (64 loc) · 2.63 KB

SeleniumLibrary 5.0.1

SeleniumLibrary is a web testing library for Robot Framework that utilizes the Selenium tool internally. SeleniumLibrary 5.0.1 is a new release with bug fixes to stub file and using sting NONE to disable run on failure functionality.

All issues targeted for SeleniumLibrary v5.0.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.0.1

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

SeleniumLibrary 5.0.1 was released on Friday February 26, 2021. SeleniumLibrary supports Python 3.6+, Selenium 3.141.0+ and Robot Framework 3.1.2+.

Not supported syntax in __init__.pyi (#1685)

The stub file contained invalid Python syntax and prevented proper IDE usage.

Register Keyword to Run on Failure Bug or Doc fix (#1686)

There was regression in 5.0.0 release and string NONE could not be used to disable run on failure functionality.

Add missing methods to stub file (#1690)

All missing methods in stub file are now defined.

ID Type Priority Summary
#1685 bug high Not supported syntax in __init__.pyi
#1686 bug high Register Keyword to Run on Failure Bug or Doc fix
#1690 bug high Add missing methods to stub file

Altogether 3 issues. View on the issue tracker.

X Tutup