Hi all,

I am currently trying to find the binding identifier for a given item *within 
*an ng-repeat element.


e.g.
WebElementsCollection collection;

collection= new WebElementsCollection("repeater", "My repeaterLocator");

foreach (var item in collection)
{
 item.FindElement(NgBy.Binding("*FINDME*!!")).Text.ToUpper() == checkValue;
}
          


Currently I am going through the markup within the application codebase to 
manually identify the bindings, but this is not a quick process.

Is there a way to print (or just get) a list of all bindings for items 
within an ngrepeat?

Many thanks,
Matt

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to