Ich habe es mit etwas Code versucht:
Code: Select all
List allrows = table.findElements(By.xpath("//div[@id='table']/table/tbody/tr"));
List allpages = driver.findElements(By.xpath("//div[@id='page-navigation']//a"));
System.out.println("Total pages :" +allpages.size());
for(int i=0; i