iOS 8 instruments

I’m seeing strange behavior for sure with iOS 8 instruments. I’m going to try and repro with the iOS 8 Appium beta.

In nutshell:

I can run the same test 3 times in a row and get 3 different results. The first time I get a test passing, the next time Instruments can find a UIView (that it found before) but not be able to click on it, the next time Instruments can’t find the UIView (that it found twice before).

The instruments debug output sometimes claims a view isn’t visible when it plainly is …

But my appium is a hack so will try this on beta.