userdanfoss
5 years agoOccasional Contributor
Findchildbyxpath in testcomplete
I am trying to click on the object which appears when we do mouse hover. But i am not able to click on it. Testcomplete fails to capture the unique object with recording so i am using xpath . plea...
- 5 years ago
That means the standard Click is not implemented but a custom click.
Try .click() instead of .Click()
Or try a low-level click