MarketSquare / robotframework-angularjs

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

Replace ```Set Ignore Implicit Angular Wait``` with ```Enable Implicit Angular Wait``` #11

Open emanlove opened 7 years ago

emanlove commented 7 years ago

The keyword Set Ignore Implicit Angular Wait invokes a double negative when one is truing to re enable the implicit wait for angular. This is really non-intuitive in practice and forces the user to think too much. Instead it should be as simple as Enable Implicit Angular Wait.