ContributionsMost RecentMost LikesSolutionsHow can objects be identified in an application if the have the same name, one is visible on isnt? I am currently testing a WPF Application, I have an object i would like the tool to select but it isnt working, I am currently scripting the tests in Javascripts, this particular object has the same name as another object which is not visible on screen, but for some reason test complete has found the one that is invisible rather than the one displaying on screen, is there a way we can set test complete so it doesnt search for invisible options within an application??