{{theTime}}

Search This Blog

Total Pageviews

The constructor WebDriverWait(WebDriver, Duration) is undefined

It is deprecated. Instead creating the WebDriverWait object, use like below

WebElement element = new WebDriverWait(driver, 20).until(ExpectedConditions.elementToBeClickable(By.xpath("//a/h5")));

No comments:

java.lang.NoSuchFieldError: Class com.sun.tools.javac.tree.JCTree$JCImport

SpringBoot Error: java.lang.NoSuchFieldError: Class com.sun.tools.javac.tree.JCTree$JCImport does not have member field 'com.sun.tools.j...