예제 #1
0
 public List<WebElement> findElements(By by) {
   return driver.findElements(by);
 }