Hi !
I'm tring to test my multiplatform app (Android,iOS,Windows App) with Appium.
I wrote the test code in java and currently this test work only on Android.
What do you suggest to write a single test that with few changes can works well on iOS,Android and Windows App ?
1- I have to instantiate a different driver in base of the platform under the test
2- I have to find the element on the screen, but on Android I found the element by id, on iOS and WIndows ??? In what way can i set the id on iOS and windows app ?
3- I have to write a different method to switch to webview context in base of the platform under the test
p.s : on windows in what way can I change to webview context ? Currently on UWP I can't test the webview