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 set identifier for each item like this :
this.AccessibilityIdentifier = "DashboardGalleryItemViewAtProperty" + someIdUnique.ToString();
but when check on Appium. It disappeared.
Hope u help. Thanks u.
The text was updated successfully, but these errors were encountered:
Remember this is a binding from the original library.
Instead of setting the value to AccessibilityIdentifier did you tried to set it to a specific property that you create?
I set identifier for each item like this :
this.AccessibilityIdentifier = "DashboardGalleryItemViewAtProperty" + someIdUnique.ToString();
but when check on Appium. It disappeared.
Hope u help. Thanks u.
The text was updated successfully, but these errors were encountered: