Hi All
I beginner test automation on Android by Appium,
I use IUAtomatorviewer to get ELement from Android Application
But i see that is
android.support.v7.widget.RecyclerView / android.view.View
in [android.view.View] element, there no text or other informatoin
Here is my code
AndroidElement el = driver.findElement(By.id(io.***.vodi:id/message_list_item_chat_id));
AndroidElement el2 = (AndroidElement) el.findElementByClassName("android.view.View");
el2.getText(); //result is blank
el2.getAttribute("text") //result is blank
so
how do i get text inner [android.view.View] ?
Here image of UIAutomatorviewer