Ola
Ola

Reputation: 1

Xpath in Appium Using Java - Mobile App - Automation testing

I'm doing an automation testing for an App that only has XPath for the whole Mobile system as picking its elements,

what is the most efficient way to use those XPath and not falter with other elements from the same page?

Upvotes: 0

Views: 107

Answers (1)

Bipin Kumar Chaurasia
Bipin Kumar Chaurasia

Reputation: 418

Please use Appium Desktop to get the xpath for the locators and once you have it, you can test the xpath with the same app if it is detecting the only element that you're currently working with.

Also, please refer to the Appium Desktop Tutorials for your reference.

Upvotes: 0

Related Questions