示例#1
0
 /** wait wraps Helpers.wait * */
 public static WebElement wait(By locator) {
   return Helpers.wait(locator);
 }