SyntaxFix
Write A Post
Hire A Developer
Questions
Explicit Wait
public static WebDriverWait wait = new WebDriverWait(driver, 60);
Example:
wait.until(ExpectedConditions.visibilityOfElementLocated(UiprofileCre.UiaddChangeUserLink));