How to find first matching element using xpath in 'Appium' ?
I am trying to write xpath for the first element matching my xpath
Currently xpath //android.view.View[contains(@text,'Sapiens A Brief History of Humankind Paperback English')]
matches with 2 Elements :
So I modified it to (//android.view.View[contains(@text,'Sapiens A Brief History of Humankind Paperback English')])[0]
to get the first match:
But now it doesn't highlight any element at all :
What am I doing wrong here?
question from:
https://stackoverflow.com/questions/66057916/appium-how-to-find-first-matching-element 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…