Glad you got it working. You may be able to remove the respond attribute since the UrlLink has the click() method defined. You only need the respond attribute, respond: ["click"], to dynamically add the click() method to a UI object that does not have the click() method predefined.
Jian On Mar 11, 2:40 am, Alisha Rai <[email protected]> wrote: > Hi Jian, > > Thanks for the help. It's working for me now. > > I just used UrlLink(uid: "img", clocator: [tag: "a", id: "1"], respond: > ["click"]) > > Thanks > > --- > > Alisha > > Your Mail works best with the New Yahoo Optimized IE8. Get it > NOW!http://downloads.yahoo.com/in/internetexplorer/ -- 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.
