There is a method as follows that you can use UiByTagResponse getUiByTag(String tag, Map filters);
http://code.google.com/p/aost/wiki/UserGuide070TelluriumBasics#Get_UIs_by_Tag_Name The idea is to get back a list of UIDs by specifying the tag and an optional filter. Then you can work on the uids just like a regular Tellurium UI object. For example getText(uid1) Hope this helps. Thanks, Jian On Wed, Nov 10, 2010 at 11:02 AM, Quentin <[email protected]> wrote: > Hi everybody ! > > I would like to test the value of every labels of a page : from <p> > elements, <a> elements, <button> labels, etc. In summary all elements > which could be translated. Are there a method to find all text values > in a page ? > > Thanks for your help > > -- > You received this message because you are subscribed to the Google Groups > "tellurium-users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<tellurium-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/tellurium-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "tellurium-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tellurium-users?hl=en.
