コード例 #1
0
 public WebElement findElementImmediately() {
   Annotations annotations = new Annotations(field);
   By by = annotations.buildBy();
   return driver.findElement(by);
 }