[Webtest] ExtJS Support
Marc Guillemot
Marc Guillemot <mguillemot@yahoo.fr>
Tue, 08 Jan 2008 16:50:42 +0100
Hi,
this is perfect, I could reproduce it and this will be fixed in
HtmlUnit-1.14
Btw: with latest HtmlUnit sources, the problem doesn't occur when
simulating Firefox. Have you tried that?
Cheers,
Marc.
--
Blog: http://mguillem.wordpress.com
Ruslan Roz wrote:
> Hi,
>
> Similar error appears if I try to invoke http://extjs.com :
> <webtest name="check ExtJS">
> <invoke url="http://extjs.com"/>
> </webtest>
>
>
> Error
> Message
> JavaScript error loading page http://extjs.com: TypeError: Cannot convert
> null to an object. (http://extjs.com/deploy/dev/ext-core.js#13)
>
> Location
> D:\Installs.FreeWare\Canoo Webtest\myWebTestProject\tests\example.xml (line:
> 9)
>
> Details
> javascript error TypeError: Cannot convert null to an object.
> (http://extjs.com/deploy/dev/ext-core.js#13)
> line 13
> javascript source function (R) {
> return typeof Ext != "undefined" ? P(Ext.lib.Event.getEvent(R)) :
> false;
> }
>
> failing line
> javascript call stack TypeError: Cannot convert null to an object.
> (http://extjs.com/deploy/dev/ext-core.js#13)
> at (http://extjs.com/deploy/dev/ext-core.js:13)
>
>
> Thanks,
> Ruslan
>
> -----Original Message-----
> From: webtest-admin@lists.canoo.com [mailto:webtest-admin@lists.canoo.com]
> On Behalf Of Marc Guillemot
> Sent: Monday, January 07, 2008 4:06 PM
> To: webtest@lists.canoo.com
> Subject: Re: [Webtest] ExtJS Support
>
> Hi,
>
> is there some publicly available demo website allowing to reproduce the
> problem?
>
> Cheers,
> Marc.