appium / appium-uiautomator2-driver

Appium driver for Android UIAutomator2
Apache License 2.0
519 stars 170 forks source link

Appium inspector checks that some labels do not have text information. How to get it? #768

Closed jepson66 closed 2 months ago

jepson66 commented 2 months ago

I would like to ask, some labels do not have text attributes, but there is text, but the elements captured through appium inspector are as follows.

image

Where does this text content come from? How should I get it? Anyone who knows can please answer it. ?

mykola-mokhnach commented 2 months ago

these properties are retrieved from the accessibility information that the destination view provides to the system. Read https://developer.android.com/training/testing/other-components/ui-automator for more details

jepson66 commented 2 months ago

@KazuCocoa tanks for you!I tring it