Hi all

I have to select country from the dropdown list. when i recorded the
script it is shown as:

Container(uid: "Section", clocator: [tag: "tr"])
      {
                TextBox(uid: "227", clocator: [tag: "option", text: "Cook 
Islands",
value: "227"])
                TextBox(uid: "76", clocator: [tag: "option", text: "India", 
value:
"76"])
        }

How i can write it in function. I tried with this way:

selectByValue "Section.76", India

but unable to execute it..

Can anybody suggest me for this.

Thanks

-- 
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