Page object for Android mobile automation

Hi,

I am planing to use page object model to implement my junit test for android mobile automation.

Does appium supports page object modes for mobile automation?

Thanks,

you can refer my blog on github, i had demostrated with pageobject and pagefactory.

thanks,
priyank shah

1 Like

Hi there,
What if you want to write cross-platform tests between iOS and Android platforms?(saying you have the same app implemented for both platforms)…
…Will you able to make use of AndroidDriver and IOSDriver classes instead of AppiumDriver?