Skip to content

Latest commit

 

History

History
86 lines (61 loc) · 2.78 KB

SeleniumLibrary-4.3.0.rst

File metadata and controls

86 lines (61 loc) · 2.78 KB

SeleniumLibrary 4.3.0

SeleniumLibrary is a web testing library for Robot Framework that utilizes the Selenium tool internally. SeleniumLibrary 4.3.0 is a new release with fixing Open Browser keyword for Ie browser.

All issues targeted for SeleniumLibrary v4.3.0 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==4.3.0

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

SeleniumLibrary 4.3.0 was released on Friday February 7, 2020. SeleniumLibrary supports Python 2.7 and 3.5+, Selenium 3.141.0 and Robot Framework 3.1.2. This is last release which contains new development for Python 2.7 and users should migrate to Python 3.

Opening IE browser is not possible in SeleniumLibrary 4.2.0 (#1548, rc 1)

Open Browser keyword had bug which prevented using IE browser. With IE browser SeleniumLibrary tried to use wrong browser driver executable, geckodriver, instead of IEDriverServer.exe.

Add Wait Until Location Does Not Contain and Wait Until Location Is Not keywords. (#1544, rc 1)

Many thanks to acaovilla for implementing Wait Until Location Does Not Contain and Wait Until Location Is Not keywords for SeleniumLibrary.

ID Type Priority Summary
#1548 bug critical Opening IE browser is not possible in SeleniumLibrary 4.2.0
#1544 enhancement medium Add Wait Until Location Does Not Contain and Wait Until Location Is Not keywords.

Altogether 2 issues. View on the issue tracker.