Appium can't reach elements in iOS source tree, they are too deep. Works fine in android (with the same codebase) – React native
Different source trees from the same codebase are being created and thus Appium can't reach elements in iOS that are seemingly way too deep. How can I deal with this issue? Android: iOS: I tried updating the snapshotMaxDepth setting to…