Forum Discussion
jorgesimoes1983
11 years agoRegular Contributor
Today I started experiencing the same issue.
TestComplete just closes without notice...
Multiple experiences of the issue while executing this code (partial code):
obj = objIFrameContent.FindAllChildren(new Array("objectIdentifier", "ObjectType"), new Array("statusimg_0", "Image"), 20);
obj = (new VBArray(obj)).toArray();
obj = obj.reverse();
if (obj.length > 0)
Log.Message(obj.length);
}