public WebElement auto_getWebElement(By locator) { return (WebElement) this.auto_getWait().until(ExpectedConditions.presenceOfElementLocated(locator)); }