Do you want to use getText() or getValue() for a button?  Seems getValue()
is for input value.
The getText() method is available for all UI objects. Or you can try

getAttribute(String uid, String attribute)

where attribute is "value".  Please let us know if this works. If not, we
can add the getValue() method to the Base UI object.

Thanks,

Jian

On Wed, Jun 16, 2010 at 2:08 PM, kamundse <[email protected]> wrote:

> Is there a way to get the value for a button?  I want to have a
> regression test that verifies these are set correctly but I can't see
> to figure out how to do that.
>
> The API does indicate that the only functions applicable for a button
> are click(), doubleClick(), and clickAt().
>
> Thanks,
>
> -Kristin
>
> --
> 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