ui.TextBox(uid:"here",clocator:[id:"%%:here"]

In Tellurium, it will generate the xpath //*[contains(@id,":here")].
That is
to say, it will match any element with any tag as long as its
attribute
id contains ":here".

You can try to use the above xpath in XPather/Firebug to see if you
can find the element.


On Feb 28, 2:07 am, Harihara Vinayakaram <[email protected]> wrote:
> No the strange part is that xPather/ Firebug and even my source says it is a
> a element :-) but the xPath matching does not happen
>
> Regards
> Hari
--~--~---------~--~----~------------~-------~--~----~
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