Forum Discussion
AlexeyKolosov
Staff
15 years agoHi Anders,
As I understand, you managed to retrieve a native object which represents the item you need to click and now you need to click the object with TestComplete. Since the object is native and it's not a TestComplete wrapper which has the Click action. If so, try using the following approach:
1. Try using the control's native methods and properties to retrieve coordinates of the needed object.
2. Use TestComplete's Click action to click the evaluated coordinates. In this case your test will be reliable and coordinates changes won't affect its behavior.