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

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -