Hi, Thanks for the reply. I got is working using index attribute. On Sun, Dec 28, 2014 at 6:44 PM, Joseph Fleck <[email protected]> wrote:
> Hi, > > You should be able to use span element as long as it checks the box. > Have you tried figuring what index the "All Students" checkbox is? > > Joe > > > Sohail Mirza <[email protected]> wrote: > 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. > > -- > -- > 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. > -- -- 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.
