calabash / calabash-ios-server

An embedded HTTP server for performing queries and test automation
Other
87 stars 82 forks source link

LPServer returns objects that are not visible on screen #377

Open jaysacco opened 7 years ago

jaysacco commented 7 years ago

When the app under test is not on screen i.e. another app fully covers it on screen, queries to the app under test still return results, even though the objects are not visible. According to the documentation, results should only be returned for objects that are visible (unless all is specified), which is none in this case. This works correctly with calabash-android but not with calabash-ios.

For details see http://stackoverflow.com/questions/41728037/calabash-ios-finding-objects-not-on-screen