Adrian Porter wrote: > > What would be the best way please to wait in a loop until a particular > text string in a response is no longer visible ?
the best way is to avoid it;-) If the background activity is triggered by setTimeout, the easyajax config setting should already do the job. You can surely write a custom wait loop, but it makes probably more sense to call enclosingWindow.threadManager.joinAll on the current response. Cheers, Marc. -- Blog: http://mguillem.wordpress.com _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

