我在 Eclipse 中使用 Pydev 来自动化一个带有 Appium 的 Android 应用程序。我无法单击该元素。FrameLayout 具有不同的索引 [0,1,2] 其余一切都相同。
我试过这些:
driver.find_element_by_android_uiautomator("new UiSelector().className(\"android.widget.FrameLayout[@index = '2']\")").click()
&
driver.find_element_by_xpath("//android.widget.FrameLayout/android.widget.LinearLayout/android.view.ViewGroup/android.widget.LinearLayout[0]/android.widget.RelativeLayout/android.support.v7.widget.RecyclerView/android.widget.FrameLayout[1]").click()