I have problem with UISearchController. It is adding one extra View as direct child of its View. It has isAccessibilityElement = true
and description "Double-tap to dismiss", this blocks all Appium automatic testing. I can't figure out why, where and how it is added.
Someone know when and why this view is added and how to remove it? I have tried to set its isAccessibilityElement = false
form code but somehow it is set back to true
in some cases.