Forum Discussion
Dmitry_Nikolaev
Staff
14 years agoHello Dan,
You can try using the following sample script.
To get only an overall test run result, comment the following code:
for(var i = 0; i < logData.childNodes.length; i++) {
result += LogDataToText(logData.childNodes.item(i), indentIndex + 1, indentSymbol);
}