xpath

//*[@text='基金']

 

 

 

//*[@text='基金' and @instance=4]

 

 //*[@resource-id='com.xueqiu.android:id/buttons_container']//*[@text='基金'] # 根据父类查找子类

//*[contains(@resource-id,'buttons_container')]//*[@text='基金']

 

 

posted @ 2019-11-23 09:56  yile  阅读(128)  评论(0编辑  收藏  举报