Hi, erveryone.
Now I am using HtmlUnitDriver ( http://code.google.com/p/selenium/wiki/HtmlUnitDriver ) with constructor
HtmlUnitDriver driver = new HtmlUnitDriver(BrowserVersion.FIREFOX_3.6);
When I am trying to load page https://twitter.com/#!/iphonenew . It is used for crawling purpose.
I have got this exception "net.sourceforge.htmlunit.corejs.javascript.EcmaError: TypeError: Cannot read property "profiling" from undefined".
and then the content of page gotten is error so I cannot extract data from this page .
If I try with firefox I did not meet this error. Who can help me resovle this problem, thanks in advance.
The error images is attached. Please help
The error image is attached. Please help
Please try it with the latest snapshot build (don't forget to update all the relates libs also).
We did a lot of changes during the last weeks to address this kind of problems.
Have done again some more tests with this page and the latest HtmlUnit code. I can load the page without problem and conversation into text works fine also.
Will close this issue.