Forum Discussion
jorgesimoes1983
10 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);
}
Related Content
- 10 years ago
- 3 years ago
Recent Discussions
- 11 hours ago
- 13 hours ago
- 15 hours ago