Real Device Vs Emulator : Uiautomator Does Not Show Resource-id For The App
I need the element id for my appium - android automation testing. When I use real device with UIAUTOMATOR, I get the resource - id to interact with the element like : driver.findEl
Solution 1:
I found the answer using different versions of android devices - the explanation is android 4.3 has the id component in uiautomatorviewer. Android versions less than API level 18 will not be able to interact with the resource-id of the element.
Post a Comment for "Real Device Vs Emulator : Uiautomator Does Not Show Resource-id For The App"