Hi all...
I have a UI control that might exist or might not... if it does exist, I want to be able to click it. And if it does not exist, I want to be able to click on a different control.
How can I check if the control exists or not without an exception being thrown? Thanks.
Jack.