Couldn't inspect elements on mobile Android app using uiautomator viewer
Couldn't inspect elements on mobile Android app using uiautomator viewer I'm trying to automate android mobile app using selenium/java with appium. I connected the android device to my pc and trying to inspect the elements on app screen after taking the screenshot using uiautomator viewer. But the whole screen is displayed inside single frameLayout and I couldn't inspect each element inside the frame. I tried with chrome inspect as well but elements are not detected using chrome inspector. Can sometime please help on this? Can you please add the screenshot from the uiautomator? – Vinod Sep 11 '17 at 15:42 have you try to switch to frame. I have added a example .. try that also – Shubham Jain Sep 12 '17 at 6:54 ...