标签: android xpath appium
我要选择不是get()的子项的所有android.widget.ProgressBar
get()
android.widget.ProgressBar
我可以在XPath中编写选择器: android.widget.LinearLayout
android.widget.LinearLayout
但是在Appium中,XPath在运行自动化测试时往往运行缓慢,因此我想知道是否可以通过UIAutomator选择器(UISelector)或DataMatcher选择器(Espresso)之类的其他选择器来实现上述目的。