Xcode 9.3 Beta 3
Appium 1.8.0 Beta 3
iOS 11.2.5 and iOS 11.3 – real devices
I am having an issue in iOS 11.X (that did not occur in Xcode 8.3.3 / appium 1.7.1 / iOS 10) where I am unable to observe UI elements on additional layers of the application in test. For instance, say a drop-down shade comes up on screen, I am only able to locate elements that lie below that shade, and cannot find anything located on that shade. Note, if I run page_source, the elements I need to find are displayed. Any idea why this is occurring in the latest versions?
This is currently blocking many of my tests in iOS 11…