Hi, the pages shown in the reports are the rough answers from server when any, and - with a recent build - a dump of the page state if it has changed since last step. This means that for instance <invoke url="..."/> --> in report you will see the server report <sleep seconds="0"/> --> in report, you will see the page state after js processing
Screenshots don't help. Cheers, Marc. -- Blog: http://mguillem.wordpress.com Ruslan Roz wrote: > If I open WebTestResults.html and then click link to page that WebTest see, > then table, that contains verified elements, is absence. > > May I send you some screenshots? > > Thanks, > Ruslan > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On Behalf Of Marc Guillemot > Sent: Friday, December 28, 2007 8:49 PM > To: [email protected] > Subject: Re: [Webtest] ExtJS Support > > Have you tried to dump the current state of the page to see what WebTest > "sees": > <groovy> > println step.context.currentResponse.asXML > </groovy> > > Cheers, > Marc. _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

