第15行是通过//android.view.View[starts-with(@bounds, '[244') and contains(@text, 'font')] 获取的加油站列表,然后循环加油站列表,点击加油站进入加油站详情页,然后返回到列表页去点击第二个加油站时,25行报错Cached elements 'By.xpath: //android.view.View[starts-with(@bounds, '[244') and contains(@text, 'font')]' do not exist in DOM anymore。这是为什么呢,循环之前不是已经获取到加油站列表了吗


