MarketSquare / robotframework-angularjs

An AngularJS and Angular extension to Robotframework's SeleniumLibrary
Apache License 2.0
34 stars 20 forks source link

SeleniumLibrary has removed Selenium2Library compatibility methods and attributes #25

Closed aaltat closed 5 years ago

aaltat commented 5 years ago

SeleniumLibrary 4.0 release will remove the Selenium2Library compatibility methods and attributes. More details in here: https://github.com/robotframework/SeleniumLibrary/pull/1347

This library is using at least this:

self._s2l._current_browser()

Which does not exist anymore in the SeleniumLibrary 4.0. Instead this library should use the new API: https://github.com/robotframework/SeleniumLibrary/blob/master/docs/extending/EXTENDING_SELENIUMLIBRARY.rst

In the above case, could should be changed to:

self._s2l.driver
emanlove commented 5 years ago

This has been fixed in AngularJSLibrary release 0.0.10.