Hi Florian, your scriptStep works on htmlunit's DOM. innerHTML is not a property of a DOM node but of an associated host host object. It is possible to access the associated host object (have a look at htmlunit's API) and therefore to call the jsx_GetInnerHTML() method, but I'm not sure that it makes really sense.
In your case I would rather write a test like: <verifyXPath xpath=""//[EMAIL PROTECTED] = 'divDutiable']/text()" text="gaga"/> Marc. -- View this message in context: http://www.nabble.com/innerHTML-undefined-t1786010.html#a4865333 Sent from the WebTest forum at Nabble.com. _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

