One minute is enough, to open tested page. I am using such sequence

        sleep(120000)
        verifyXPath(xpath: "//div[1]/table/tbody/tr/td[1]/div")

And node doesn't match.

Thanks,
Ruslan

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Marc Guillemot
Sent: Friday, December 28, 2007 5:43 PM
To: [email protected]
Subject: Re: [Webtest] ExtJS Support

ok.

Is it possible that WebTest is too fast there? I mean, that the xpath
evaluation occurs before ExtJS has finished its work. To check this, you
can add a sleep before the verifyXPath (we'll change the sleep to
somehting better, if this is the cause of the problem).

Marc.
-- 
Blog: http://mguillem.wordpress.com


Ruslan Roz wrote:
> I can evaluate the xpath by WebTestRecorder and also I can do it with
> XPather 1.3
>  
> Thanks,
> Ruslan
> 
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> On Behalf Of Marc Guillemot
> Sent: Friday, December 28, 2007 4:33 PM
> To: [email protected]
> Subject: Re: [Webtest] ExtJS Support
> 
> Seems that I haven't been clear.
> 
> Can you try to evaluates the xpath directly within the browser? You can
> do it for instance with WebTestRecorder but other Firefox add ons allow
> you to do this too.
> 
> Cheers,
> Marc.

_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest


_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to