You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It needs to update the dependency on selenium to 3.10.0 or later version. But it has some major changes. So it needs for some efforts.
Details
It seems that Selenium team decided to use java.util.time.Duration for the explicit waiting instead of java.util.concurent.TimeUnit and long value. Current functionality should be refactored.
* Addition to #846 and #855:
- OkHttpClient instead of ApacheHttpClient
- fix of java.lang.IllegalArgumentException: Input byte array has incorrect ending byte at...
* Addition to #846 and #855:
- using of mime encoder/decoder
Description
It needs to update the dependency on selenium to 3.10.0 or later version. But it has some major changes. So it needs for some efforts.
Details
It seems that Selenium team decided to use
java.util.time.Duration
for the explicit waiting instead ofjava.util.concurent.TimeUnit
andlong
value. Current functionality should be refactored.Related to: #742
The text was updated successfully, but these errors were encountered: