I want to click on the png file in the gallary.
the gallary is containg the list of elements
can anyone suggest me how to do this.
String filename = Filename;
if(imageOnGallary.size()==0)
{
System.out.println(imageOnGallary.size());
}
else
{
for (WebElement element : imageOnGallary )
{
int i=0;
element=imageOnGallary.get(i).
}
}
}