android - How to use selectors in Mobile App using Appium -


i trying inspect android/ios app .

when inspect android app, following:-

resource-id: com.company.droid.qa:id/textnewsdate  class:- android.widget.textview  package:- com.company.droid.qa 

will package name added in resource-id across ids in app ?

for element, did't see text see id. can know why ?

using: uiautomatorviewer inspect android app

is there better tool inspect android/ios app in linux machine?

uiautomator find locator of element. reason don't see text/id elements because developers didn't add element. can ask developer modify per need.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -