jonathon
6 years agoContributor
How to work when Object Spy doesn't find object
Hi Just starting out with TC. I'm a little unsure what the best practice is when I can't find the element with object spy. I have multiple items that I currently can't find. So what is the best p...
- 6 years ago
Hi,
Theres a multiple solutions to be able to spay these object from screen:
1) Working with application in debug mode. Check below topic for more information:
2) Use Text Recognition Technology in TestComplete:
3) Remeber that in project properties You have a list of currently supported objects, try to add custom classes into this directory.
4) You can also use Image Repository to interact with objects on screen.