Adagio
7 years agoFrequent Contributor
Object recognition is too slow
Hi,
I've an app which I'm trying to automate.
some of these controls are so deep inside the DOM, that the object mapping took in 10 minutes for mapping 1 object.
Problem was even worse whil...
- 7 years ago
There's another option in Tools | Options | Engines | NameMapping about "find visible objects first" or something like that. Turn that off. Having that on has TestComplete filter out objects with the "Visible" property set to "False" and, if it can't find the object as visible, it then goes back and RE-searches the object. With that option turned off, the search is only done once.