'XML' is undefined error message is shown when tried run core test runner in IE6.0

29 views
Skip to first unread message

anand

unread,
Feb 9, 2009, 3:47:32 AM2/9/09
to selenium-users...@googlegroups.com
Hi All,
\\ I am using datadriven.js and goto_sel_ide.js user extensions.
I have copied the code written in these two files into a single file "user-extension.js" located at /core/scripts folder.
Now when I try to launch the test runner in Firefox, it runs properly without any errors, but when I try to run it in IE6.0, it gives "XML is undefined" exception.
And when I debug it, it goes to "XML.serialize.." line in the user-extension.js file.
Please help me resolving this problem....

Thank YOu!

anand

unread,
Feb 12, 2009, 1:24:01 AM2/12/09
to selenium-users...@googlegroups.com
Hi All,

Here is the solution,
Replace "XML.serialize"  with "serializeXML" wherever it is present in the user-extension.js file.
Now, the javascript error is not being shown now which was shown previously.

Thank You!!!!

Reply all
Reply to author
Forward
0 new messages