Timestamped Event Matching Error: Failed to find matching element
问题 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 This also happens if I try to tap UIView. 回答1: You should verify that the 'Accessibility' option is enabled for the UIView object you are swiping from, for example: 回答2: Usually this issue is observed when the parent element of the element yo want to record is set to isAccessibilityElement=true. In general, you have to have the