Home > Mobile >  The contents of the UI Automator Viewer cannot obtain the View
The contents of the UI Automator Viewer cannot obtain the View

Time:09-23

The diagram below, I use AccessibilityService monitoring WeChat chat interface, when there are content changes to get to the chat logs, but using the UI Automator Viewer to check the interface structure, only to find that the View content is hidden, and can't get, is how to deal with this problem? How to read the words

CodePudding user response:

You see, what you selected is the View, not a Textview, should be a superposition of controls

CodePudding user response:

reference 4 floor BDMH response:
you see, what you selected is the View, not Textview, should be to control stack


Words can only choose to View there, there is no other below nodes

CodePudding user response:

CodePudding user response:

If the seed selection is TextView, on the right side is the TextView, as shown in figure is the View, is wrong, another is probably not a TextView WeChat

CodePudding user response:

refer to 7th floor BDMH response:
if selection is TextView, on the right side is the TextView, as shown in figure is the View, there is wrong, is probably not in WeChat TextView


Confirmed that many times, no matter how to click, show only a view, is unable to see TextView, can't see the dialogue text, so we ask in the face of such situation, what method can extract to the inside of the chat record

CodePudding user response:

No one encountered this problem
  • Related