I am working with software that has objects in the UI that have Items and sub Items, I am trying to find a way to check and see if an Item already exists, I need to be able to search through the entir...
The way that I am doing it right now is much easier than that because I do not need a series of nested for loops to check all possibilities, but the problem is that it puts an error in the log for the test if I try to reference an item that does not exists, or with the method that I am currently using if testcomplete tries to select an Item that does not exist. I am trying to avoid false errors like that.