public WebElement auto_getWebElement(String elementPath, String ... elementValue) { By locator = LocatorBuilder.getBy(elementPath, elementValue); return this.auto_getWebElement(locator); }