yes and no. HtmlUnit can handle events for keystrokes, but WebTest doesn't currently provide any facility for that. This means that you have to write your own step / code snippet to call directly HtmlUnit's API.
Cheers, Marc. -- Blog: http://mguillem.wordpress.com W C wrote: > I'm trying to test some interactive behavior that fires on every keystroke. > Can WebTest simulate keystrokes? Can I fire the KeyUp event for specific > elements (not necessarily form elements) on the page? > > wes > > _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

