Was using an application with droidrun, but the pop-up rendered was inaccessible by the agent for one application.
For a different application, a similar style of pop-up was actionable by the agent and was indexed correctly.
Upon more investigation of the logs, it turns out the pop-up was being rendered as a android.widget.FrameLayout , which meant the accessibility tree had no meaningful content about it, like what text was init.
Is there anyway around this problem and/or solution for this issue ?
Was using an application with droidrun, but the pop-up rendered was inaccessible by the agent for one application.
For a different application, a similar style of pop-up was actionable by the agent and was indexed correctly.
Upon more investigation of the logs, it turns out the pop-up was being rendered as a android.widget.FrameLayout , which meant the accessibility tree had no meaningful content about it, like what text was init.
Is there anyway around this problem and/or solution for this issue ?