Trying to click in element with a correct locator but i have problem is located here WebDriverWait(driver, 120) saying this error message The constructor WebDriverWait(WebDriver, int) is undefined
WebElement button = (new WebDriverWait(driver, 120)).until
(ExpectedConditions.elementToBeClickable(By.xpath("")));
button.click();