Selecting the Image from the gallarychecking the number of images in the gallary is more than 0then click on the desired image
if(imageOnGallary.size()==0) { System.out.println(imageOnGallary.size()); } else { imageOnGallary.get(0).click(); }