Hi Colin, htmlunit currently passes event objects only the standard way but not the IE one (as window.event). As a consequence, the event property of window is not defined and no pageX can be read on it.
This is htmlunit feature request: http://sourceforge.net/tracker/index.php?func=detail&aid=1439904&group_id=47038&atid=448269 Looking at this issue again, I think that I've found the right solution. I must check tomorow on a Windows system if my assumptions are correct before to commit it. Marc. Colin O'Brien wrote: > Hi All, > > > > The following error is thrown when the webtest in the attached is attempted… > > > > [invoke] INFO (com.canoo.webtest.steps.Step) - Exception thrown from > this class: com.canoo.webtest.engine.StepFailedException > > [invoke] INFO (com.canoo.webtest.steps.Step) - Message was: > Step[invoke "Open the file with the included .js file" (1/1)]: Script > error loading page executing webtest at: invoke TypeError: Cannot read > property "pageX" from null (file:/C:/canoo/garbage/menu.js#68) > > > > Log with debug set attached also… > > > > Regards, > > Colin. > > > > *_________________________________________* > > *Colin O’Brien* > > *QA Manager* > > * * > > *CAPE Technologies,* > > *Maple House, Temple Road, Blackrock, Co. Dublin* > > * * > > *e: [EMAIL PROTECTED] > > *p: +353 1 4003 900* > > *f: +353 1 4003 901* > > *w: http://www.capetechnologies.com* > > *_________________________________________* > > > _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

