How to write selenium code for ng-click events in specflow -
i trying automate 1 part of webpage ng-click present.
i have tried xpath in different ways, not able automate. please help
<li class="items icon-button" ng-click="toolspanel.opentools('draw-measure')"> <i class="icons lmi-pencil active-tool "></i> </li>
Comments
Post a Comment