Which selectors should I use to cover both android and iOS native apps?

Hello everyone,
I’m new to appium, thus my question - which selectors should I use that will cover both iOS and android version? The app is pretty much the same on both devices (UI-wise).

I’ve been thinking about creating 2 separate UI maps and then load appropriate one when the test is ran - would that be the best option here? Has anyone done something similar in java or c#?

Thanks!

1 Like