Closed
Description
Currently TestID value is put into the Android's View tag, but it is not available via Appium on Android.
UIAutomator2 is not planning to support it: appium/appium#6025 (comment).
I'm aware of a workaround to use AccessibilityLabel (which is the only option), but this information is intended to be read to the end user so I would prefer not to put some testIDs in there.
Are there any plans to work on this issue?