No Such Method error while using implicitlyWait(Duration.ofSeconds(10))

33 views Asked by At

`This error is coming when I removed deprecated implicit wait to latest one.

Please any one provide me a solution to resolve this.

To launch a browser successfully`

Issue is that No such method error Error: Exception in thread "main" java.lang.NoSuchMethodError: 'org.openqa.selenium.WebDriver$Timeouts org.openqa.selenium.WebDriver$Timeouts.implicitlyWait(java.time.Duration)' enter image description here

0

There are 0 answers