Thank you Joe, I added to my Tree and every TreeItem an unique id but Selenium doesn't capture click on TreeItem. What I have it's the same as when I try Selenium recording on GWT Showcase website (http://gwt.google.com/samples/Showcase/ Showcase.html#CwRichText) I'd like to know if for you it's so too. Bye
On 21 Ott, 02:43, Joe Cole <[EMAIL PROTECTED]> wrote: > We haven't used trees, but for everything else we had to use a global > id generator: > > Widget x = ...; > Ids.add(x); // set's the id of x to some unique id > > Joe > > On Oct 21, 2:25 am, Markuz05 <[EMAIL PROTECTED]> wrote: > > > I'm trying to use Selenium IDE to test my web application. > > Is it possible that selenium doesn't record click on my item tree? > > How can i resolve this problem? > > I think that this tool could be very usefull for my tests but this > > problem stops me ; > > thank you > > Markuz --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
