I'm using Calabash to do some automated UI testing for my app, and I'm trying to touch some views which are embedded inside of a larger view, so I can't access their exact name to touch them directly.
So I'm trying to touch them using the relative center of the view they're embedded in, however, I'm just blindly adjusting my offset to try and hit these views without knowing if I'm getting farther or closer to the view.
So, my question, is there a way to show where a touch even occurred in the iOS simulator? I'm thinking something like a dot or some way to indicate that a touch occurred and where it occurred.
Any help is appreciated, thanks!