Hi, I am trying to set the checkbox. The rendered htmkl code is as following. class should not an option since there are 5 other checkboxed with same class property value. Can i set this checkbox using span element? Any suggestions please.
<span data-ng-class="node.selected" data-ng-click="abc.selectNodeLabel(node)" class="ng-binding"> <input type="checkbox" ng-disabled="!node.Enable" ng-model="node.Checked" class="ng-valid ng-dirty ng-valid-parse ng-touched"> All Students </span> Regards, -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
