Hello everyone.
Here is my setup :
OS X El Capitan
Eclipse neon with TestNG & Appium java client
Appium.app 1.5.3
iOS Simulator
In the app i want to test (i'm not the developper, i was given a x86 build for testing), i need to open a login form which pops up above the current view.
As soon as i want to locate an element, the form closes so i can't interact with it.
I have the same issue when using the inspector. As soon as I hit refresh, the form closes.
How can i interact without closing the form ?
Thanks for your help.