Ooh, I just could log in, but I have a new error. In the report I see that I could log in. I suppose this is an item that is not yet supported by html-unit.What are the workaround options? Get the latest snapshot of htmlunit and put it in the lib directory? Or can I turn this function off? It looks like a non-important function to follow on with my test, but as it fails, I can't do any actions on the resulting page, ¿Can't I? Thanks
Message JavaScript error loading page http://www.fotocasa.es/user/user_personal_area.aspx?s42&rewrited=true: TypeError: Cannot find function transformNode. (script in http://www.fotocasa.es/user/user_personal_area.aspx?s42&rewrited=true from (823, 58) to (0, 0)#852) Location C:\software\FotocasaAreaPersonal\tests\areaPersonal\openAreaPersonal.xml (line: 25) Details javascript errorTypeError: Cannot find function transformNode. (script in http://www.fotocasa.es/user/user_personal_area.aspx?s42&rewrited=true from (823, 58) to (0, 0)#852) line852 javascript source failing line<no source> javascript call stackTypeError: Cannot find function transformNode. (script in http://www.fotocasa.es/user/user_personal_area.aspx?s42&rewrited=true from (823, 58) to (0, 0)#852) at RenderNews(script in http://www.fotocasa.es/user/user_personal_area.aspx?s42&rewrited=true from (823, 58) to (0, 0):852) at (script in http://www.fotocasa.es/user/user_personal_area.aspx?s42&rewrited=true from (823, 58) to (0, 0):868) function RenderNews() {846 var transform; 847 848 var xmlDoc = getDomFromXml('/rssnews.aspx'); 849 var xslDoc = getDomFromXml('/portals/49/static/title_news.xsl'); 850 851 if (typeof ActiveXObject != 'undefined') { 852 transform = xmlDoc.transformNode(xslDoc); 853 } 854 else {

