ng model - check the checkbox Xpath not working in chrome and IE driver
问题 Html code: <table id="tblusref" style="width: auto;" onmouseover="UsortBinders()" role="grid"> <thead> <tbody aria-live="polite" aria-relevant="all"> <tr class="ng-scope AssociateHighlight odd" > <td class="ng-binding" style="width: 10px">1</td> <td class=" text-center" style="width: 2px"> <input class="ng-pristine ng-untouched ng-valid" type="checkbox" ng-change="CheckChange(Ref.RecordNo,Ref.Freeze,Ref.isSelected,'US')" ng-model="Ref.isSelected"> </td> </tr> </tbody> </table> inside the