MarketSquare / robotframework-angularjs

An AngularJS and Angular extension to Robotframework's SeleniumLibrary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SeleniumLibrary has removed Selenium2Library compatibility methods and attributes

aaltat opened this issue · comments

SeleniumLibrary 4.0 release will remove the Selenium2Library compatibility methods and attributes. More details in here: robotframework/SeleniumLibrary#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

This has been fixed in AngularJSLibrary release 0.0.10.