Is there a way to access, using JavaScript with UI Automation tests, the UIViews inside an UIScrollView? Since the UIScrollView doesn’t give me away to set if it has accessibility or not, I would like to know if it is possible to do that.
The structure in the XIB:

I can see everything on the instrument’s log, except the UIScrollView and the UIViews inside of it.
Thanks.
I was able to access the interior of my Scroll View. What I was doing wrong:
After removing that, I was able my doing this:
To see all the UIViews inside my UIScrollView. To access one of the buttons:
PS: Is also possible to define the accessibility of an UIScrollView by doing the following: