How to locate/Access snackbar elements? I am not able to find locators for snackbar
问题 Android Automation using Appium: I am trying to verify/validate the snackbar. but Appium Inspector is not identifying the locators for snackbar. please help me how to validate the snackbar content. 回答1: The easiest way to handle it is to check the source code of your Android application . Assuming you have a text view and button in Snackbar, you should be able to find smth like this: <view class="android.support.design.internal.SnackbarContentLayout" > <TextView android:id="@+id/snackbar_text