Hi all, I have been using Selenium to do lots of testing which was great before. Recently my group has changed to gwt-ext and now all the ids that selenium references are never the same. Each time you load a page gwt-ext generates a new id (that is almost always different). Is there a way to have them be static - or start off the same seed. If not, does anyone know of a good test framework to go off of? I have considered hooking up some mock objects but that may be more effort than needed. Any ideas?
-Mike PS- if at all possible we are trying not to have to parse through all the code to manually set ids for the widgets. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
