Hi All,
I have one UI module as following
ui.Frame(uid: "one", name: "ippPortalMain"){
Container(uid: "Left", clocator: [class: "leftContentTd"])
{
Container(uid: "Processes", clocator: [tag: "form",
position: "3"]){
Table(uid: "Process1", clocator: [tag: "table"]){
Image(uid: "Star", clocator: [tag: "img"])
ui.UrlLink(uid: "Process", clocator: [tag: "a"])
}
Now if tellurium is able to locate this UI module is there any way to
get all the child (no matter it is in UI module or not) of Fram uid as
"one"
Somthing like
def xx= Getchild "one"
Thanks in advance
Rajshri jain
--
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.