Skip to content

Latest commit

 

History

History
75 lines (51 loc) · 2.17 KB

SeleniumLibrary-5.1.3.rst

File metadata and controls

75 lines (51 loc) · 2.17 KB

SeleniumLibrary 5.1.3

SeleniumLibrary is a web testing library for Robot Framework that utilizes the Selenium tool internally. SeleniumLibrary 5.1.3 is a new release with bug fixes to Execute JavaScript and Execute Async JavaScript type hints with RF 4.0.

All issues targeted for SeleniumLibrary v5.1.3 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.3

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

SeleniumLibrary 5.1.3 was released on Tuesday March 23, 2021. seleniumLibrary supports Python 3.6+, Selenium 3.141.0+ and Robot Framework 3.2.2+.

Most important enhancements

Execute JavaScript has wrong type definition (#1711)

Execute JavaScript had invalid type definition if argument did contain WebElement. This is not fixed and WebElements can be used as arguments. Many thanks for Avatar Vincenzo Gasparo for providing PR to fix the issue.

Same bug was also found in the Execute Async JavaScript keyword.

Full list of fixes and enhancements

ID Type Priority Summary
#1711 bug critical Execute JavaScript has wrong type definition

Altogether 1 issue. View on the issue tracker.