Code in HTML
<button type="button" class="btn btn-default btn-sm pull-right" ng-click="move(1)" tabindex="-1"><i class="glyphicon glyphicon-chevron-right"></i></button>
I'm looking for a solution in Angular Protractor that will allow me to click on a specific button when there are multiple buttons with the same classes. Can someone please assist me with this issue?