Считайте объекты в селене Java

int xpathCount = webDriver.findElements(By.xpath("Valid_Xpath")).size();
Better Bee