Also, is there anyway I can seach for text that has links? For example, if my program displays "Enabled" and "Disabled" as valid states for a given feature and say the state is currently set to "Enabled", then the "Disabled" option will still appear but will have a link on it to signify that it can be toggled to that state. I am basically trying to find an automation tool that will let me test a VMware vCenter plugin that is COM based. Just checking the text in my case may not be enough. Using my example above, "Enabled" and "Disabled" will display no matter what the current state is... so I need a way to actually verify that when I toggle the state, that the UI updates appropriately.