Thanks for your help, I will try it soon.

On Thu, Nov 11, 2010 at 2:04 AM,
<[email protected]<tellurium-users%[email protected]>
> wrote:

>   Today's Topic Summary
>
> Group: http://groups.google.com/group/tellurium-users/topics
>
>    - How to find all labels in a page ? <#12c387635220e005_group_thread_0>[2 
> Updates]
>
>   Topic: How to find all labels in a page 
> ?<http://groups.google.com/group/tellurium-users/t/d72f6c7494e2d792>
>
>    Quentin <[email protected]> Nov 10 08:02AM -0800 
> ^<#12c387635220e005_digest_top>
>
>    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
>
>
>
>
>    Jian Fang <[email protected]> Nov 10 12:14PM -0500 
> ^<#12c387635220e005_digest_top>
>
>    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
>
>
>
>
>  --
> 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.

Reply via email to