Summary
Cannot see steps in development (browser) mode in VuGen 11.52 TruClient Internet Explorer protocol due to an object with undefined property. A workaround is provided to overcome this issue.
Error
Cannot see steps in development (browser) mode in Vugen 11.52 TruClient Internet Explorer.
Cause
A possible cause could be an object which has undefined property in the default.xml file in the script folder.
Fix
A possible workaround is to substitute the value undefined, with null in the default.xml file.
-
In the script folder open the default.xml with Notepad
-
Search for the "value" : undefined for example:
{ "id" : "a/href", "value" : undefined, "score" : 0.2 } -
and substitute the value undefined with null for example:
{ "id" : "a/href", "value" : null, "score" : 0.2 } -
save and close the default.xml
-
Open the script in development (browser) mode and check if the steps are visible.