Sorry my bad.. .did not check the wiki fully.. I found it... thanks.
Manoj ----- Original Message ---- > From: Manoj Chavan <[email protected]> > To: [email protected] > Sent: Thursday, July 9, 2009 2:24:11 PM > Subject: Question on getting attribute values. > > > > MY HTML SOURCE: > > > > * > > * > > * > > * > > * > > * > > > > > > MY GROOVY MODULE DEF: > Class BRHomePage .....{ > ui.Container(uid:"rotator", clocator:[tag:"div",class:"thumbnails"]){ > List(uid: "tnails", clocator: [tag: "ul"], separator: "li"){ > UrlLink(uid: "all", clocator: [:]) > } > } > } > > MY TEST: > brhp = new BRHomePage(); > brhp.defineUi(); > > Question? Is there a method that I can use to get the 'class' attribute of > the > 'li' tag? > > something like > > String str = brhp.getAttribute("rotator.tnails[3]","class"); // > getAttribute(id, attributeName) > > > Regards, > > Manoj > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
