I am having trouble now trying to get my ExpectedConditions working. It is cross out and I have been reading on it and it is saying to change my dependencies.
I have Java Client version 5.0.3
I have Selenium Server Standalone 3.5.3
WebDriverWait wait = new WebDriverWait(driver, 10);
//"ExpectedCondtions" is crossed out.
wait.until(ExpectedConditions.elementToBeClickable(By.id(profile)));
New Error code is "Class not found: “sample.Newpass"Empty test suite”
Am I missing something?
Did I enter the wrong code?