MarketSquare / robotframework-angularjs

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

Take previously added strategies. #14

Closed celian-garcia closed 4 years ago

celian-garcia commented 7 years ago

In our work, we import the library AngularJSLibrary after the add of a location strategy. The AngularJSLibrary init erase then our location strategy creating a new ElementFinder instance. With this fix, we ensure that previously added strategies persist after the AngularJSLibrary import.