Timestamped Event Matching Error: Failed to find matching element

shay  picture shay · Apr 14, 2016 · Viewed 18k times · Source

I'm trying to generate a UItest in Xcode. When I try to swipe UIview I get an error:

Timestamped Event Matching Error: Failed to find matching element

error window

enter image description here

This also happens if I try to tap UIView.

Answer

AmitW picture AmitW · Aug 24, 2016

You should verify that the 'Accessibility' option is enabled for the UIView object you are swiping from, for example:

enter image description here