/** wait wraps Helpers.wait * */
 public static WebElement wait(By locator) {
   return Helpers.wait(locator);
 }