I have an element with an ID, but - That ID is not unique. More elements have the same ID.
I would like to tap on the first 3 out of the whole, How do I do that?
I have a previous practice with: driver.findElementByXPath(“(//Class_Name) [i]”);,
That way I can choose an ‘i’ element when several exist with the same className.
I tried manipulating this syntax with a ‘recourse-id’, but with no success.
Please advice?