Hi Team,
New to this forum and to ranorex. Presently evaluating ranorex and found good tool.
I am using TryFindSingle to check existance of my object as follows.
Ranorex.Core.Element elem = null;
bool isBtnAvailable = editDig.TryFindSingle("xpathtoElement", out elem);
But this is not giving expected result to me. Is this right code? What should be the second argument expected here? In my case I gave 'out elem' looking at some examples on your site. What is out here?
Please forgive me for dumb questions.
Thanks,
Dimbre.