-
Notifications
You must be signed in to change notification settings - Fork 3
ReleaseNotes29
SeleniumLibrary 2.9.2 is maintenance release mainly fixing incompatibility with Robot Framework 2.9. Also the bundled Selenium server has been upgraded which enhances compatibility with newer browsers.
SeleniumLibrary 2.9.2 downloads are at PyPI. Easiest way to install it is using pip:
pip install --upgrade robotframework-seleniumlibrary
SeleniumLibrary 2.9.2 was released on September 2, 2015. It is very likely the last SeleniumLibrary release ever. All users are recommended to upgrade to Selenium2Library.
ID | Type | Priority | Summary |
---|---|---|---|
#261 | bug | high | Library uses deprecated utility function in Robot Framework |
#273 | bug | high | Incompatibility with Robot Framework 2.9 |
#255 | bug | medium | Mistype in JVM option documentation for Start Selenium Server keyword |
#268 | bug | medium | Compatibility issue with latest Mozilla Firefox versions |
This is maintenance release fixing a couple of small issues listed below.
ID | Type | Priority | Summary |
---|---|---|---|
Issue 243 | Defect | Medium | addCustomRequestHeaders doesn't work |
Issue 242 | Enhancement | Medium | Ability to provide additional options to selenium java process |
This release upgrades the embedded Selenium Server to version 2.21, and contains the fixes and enhancements listed in the table below.
Selenium 1 that SeleniumLibrary uses has been deprecated. This is thus most likely be the last release of this library. Users are recommended to start looking at Selenium 2 based Selenium2Library.
ID | Type | Priority | Summary |
---|---|---|---|
Issue 238 | Enhancement | Critical | Update Selenium Server to latest version (2.21) |
Issue 231 | Defect | Medium |
Start Selenium Server fails with bad error message if Java is not installed |
Issue 208 | Enhancement | Medium | New Get Inner HTML keyword |
Issue 237 | Documentation | Medium | Document that Choose File does not work with newer Firefox releases |
Altogether 4 issues.