Why its not recommended to use page factory object?

why it’s not recommended using page factory object with in selenium with appium

whoever stating this - he is wrong. maybe it mentioned with some context.

1 Like

I would say there is no such thing like “wrong” or “right” approach. Use this pattern if it works for your framework and stakeholders are happy with it.

I personally don’t use page object because it takes away the full control over elements location/caching from me and makes it implicit.

1 Like

In this vain… Is there somewhere describing various practices of how to setup appium projects with multiple test cases?