Reputation: 509
We building a hybrid app for both android & IOS. we considering appium for adding automation coverage. How much support is provided by appium out of box? When i browsing the appium client library. I see methods like find_*
(methods works accross platforms) methods all methods look for element anywhere in the page. Does it support page object model? and xpath doesn't seems works support cross platform. Please help me.
Upvotes: 0
Views: 86
Reputation: 424
Appium support Page Object pattern. I don't think it will support cross platform XPath for Native or Hybrid applications, you would need separate UI maps, each platform would have there own XPath locators.
Upvotes: 0