I am testing an android application on real device and i am not able to navigate to certain pages as Appium inspector just hangs and spinner is displayed on the screen which keeps loading endlessly.
I have followed following Steps:
- Open the app to the main homepage - Inspector works fine and loads the DOM
- Navigate to login page- Inspector loads the page fine and am able to inspect the elements.
- Enter username and password and tap on login button and proceed to landing screen -
Inspector cannot load the page & displays a spinner that keeps spinning and spinning and spinning. But when I tap on the phone the next screen is loaded on the inspector.I don't know why the landing page is not loading.
while running the test through TestNG -it cannot find the particular element(s), acting similarly to what inspector is doing.
Used Appium version: 1.6.1
