Search code examples
calabash-ios

Calabash iOS: How to query for all views at offset


Is there any way in Calabash to get all views in at some location?

for example: query(nil, :offset => {:x => 50, :y => 50})

Solution

  • No.

    And I don't think this is something that we would try to implement.