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...
Yes I do have it open and visible. I am trying to find an object that is curretly displayed. Please note that my goal is to find a specific Item within an object. The object that I am pointing to is a tree view with a list of items and subitems and I need to check and see if an item already exists within the tree without throwing an error in the log like I currently have it doing.