I am automating a Java application using sikuli in our selenium automation project. In the Java application it displays a row of elements. Once I click the add button next to this row another row opens with the same fields. So now I have 2 rows with 2 identical images. Now once I add a second row, I want to click an element from the second row. This element would be the last identical element.
So how can I click this last element by using sikuli.