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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -