Vincent Massol wrote: > > Is the setSpeed() required? We don't do any action after it's set so > is it used for anything? Shouldn't it be before the typeKeys? > > Also if it's required I think we should introduce a method in our DSL > for this that does setspeed, type keys and reset speed.
I think that I created a bad precedent. The idea is that I needed to write some tests quickly for something involving asynchronous requests, and I was lazy enough not to search the proper way to do this in Selenium, so I just delayed the commands. I knew it involved waitForCondition, but didn't know what the condition was. In the meantime I found this: http://thoughthaus.net/blog/?page_id=116 -- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

