コード例 #1
0
 @Override
 public WebElement waitForElement(By by, int seconds) {
   return delegate.waitForElement(by, seconds);
 }