You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered a problem that can't detect elements that have a deep depth. This app's element max depth is around 90.
This element was prohibited to detect by DEFAULT_MAX_DEPTH limitation.
I would like to add either feature
Increase the DEFAULT_MAX_DEPTH value from 70 to 100 or above.
Hello!
I encountered a problem that can't detect elements that have a deep depth. This app's element max depth is around 90.
This element was prohibited to detect by
DEFAULT_MAX_DEPTH
limitation.I would like to add either feature
DEFAULT_MAX_DEPTH
value from 70 to 100 or above.appium-uiautomator2-server/app/src/main/java/io/appium/uiautomator2/model/UiElementSnapshot.java
Line 59 in 3725bab
snapshotMaxDepth
capabilities like iOS. https://appium.github.io/appium-xcuitest-driver/4.19/settings/The text was updated successfully, but these errors were encountered: