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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -