If you doing application in Android Studio there are no question how you can receive element path like this
android:id/content/GridLayout[1]/ContentLayout[1]/PageLayout[1]/GridLayout[2]/GridLayout[1]/GridLayout[1]
But I use another tools for development and I need to investigate my application structure in Device Emulator because I don't clear understand relation between Angular project in VS code and native Android Element, sometimes this is critical knowledge.
What tools I can use with Android emulator to investigate element path?
android:id/content/GridLayout[1]/ContentLayout[1]/PageLayout[1]/GridLayout[2]/GridLayout[1]/GridLayout[1]
But I use another tools for development and I need to investigate my application structure in Device Emulator because I don't clear understand relation between Angular project in VS code and native Android Element, sometimes this is critical knowledge.
What tools I can use with Android emulator to investigate element path?