• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps UIAutomator - Problem accessing panel elements

gnetanel

Lurker
Hi,

While trying the uiautomator utility i face some problem working with panels.

In general - I am very satisfy with the capabilities of it, the uiviewer tool make it even simpler to find elements to interact with.

The issue is that the panel seems to be not part of the display and when trying to click on it (using uidevice method click(x,y) ), i am getting return value of false - , clicking on pixel above it works just fine.

is there a known issue with panels and uiautomator ?
can panel be test using uiautomator ?

In the attach image the frame layout does not included the panel and as a result uiviewer is not able to access it (pointing the mouse over it does not update right windows with element attributes)

Thanks in advance, Gal.
 

Attachments

  • Screenshot_small3.jpeg
    Screenshot_small3.jpeg
    45.3 KB · Views: 95
Back
Top Bottom