rakeshkumar
2 years agoVisitor
Xpath Syntax for Mobile Application
How can i perform a click action using xpath like we do in eclipse.
For example:
In Eclipse- driver.findElement(By.xpath("xpath")).click();
In testComplete- I have been trying
var device = Mobile.Device();
device.FindElementByXpath("xpath").Touch();
It's not able to find the element and the script is failing. Can anyone help?