MarketSquare / robotframework-angularjs

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

Add support for ng-click by native selector #17

Closed jethroguce closed 2 years ago

jethroguce commented 7 years ago

@emanlove please take a look.

emanlove commented 2 years ago

Closing this pull request as an effort to clean-up old issues.

There are a few reasons I am closing this request. First 'click' is just one of many both standard and non standard user designed attributes one could have. I don't want to start down the path of adding any custom ng-* attributes that may be used. Second as these angular attributes are just attributes one can locate them using standard css or xpath selectors. One does not need a custom method for locating elements. If this is really desired one can add locator strategies using the SeleniumLibrary capability.