MarketSquare / robotframework-angularjs

An AngularJS and Angular extension to Robotframework's SeleniumLibrary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

emanlove opened this issue · comments

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.