How to find element from react-native app using appium - React Native + Appium
问题 How to find element in React-Native app using appium. Here the element does not have id, name or accessibility label or accessibility id to find it. @AndroidFindBy(xpath = "//android.widget.EditText[@text='Email']") public AndroidElement edt_email_login; @AndroidFindBy(xpath = "//android.widget.EditText[@text='Password']") public AndroidElement edt_password_login; @AndroidFindBy(xpath = "//android.widget.EditText[@text='Login']") public AndroidElement btn_login; Error: org.openqa.selenium