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...