Forum Discussion
AlexeyKolosov
Staff
16 years agoHi Philip,
The FindId method's purpose is to find an object by the value of its Id property. TestComplete adds the Id property to processes, windows, controls and on-screen objects.
BTW, if the Id property is not enough reliable in your case, I recommend that you try using the FindChild method that searches for an object by a custom set of properties. For details, see the 'FindChild Method' help topic.