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
Hi,
I've binded the latest version of testZeus (1.0.5) with selenium-java, version: 4.25.0 in our project.
Calling WebDriverWait(driver, (long)timeOutInSeconds) by testZeus caused an exception as in the newer version of Selenium the parameter timeOutInSeconds of WebDriverWait was changed to Duration.
I fixed the problem by binding an older version of Selenium-Support in my project.
This seems to have fixed the problem.
My question is:
is my fix/workaround safe?
Do you plan to release a new version of testZeus with the latest Selenium version?
Thanks for your good work and best regards,
Babak
The text was updated successfully, but these errors were encountered:
Hi,
I've binded the latest version of
testZeus (1.0.5)
withselenium-java, version: 4.25.0
in our project.Calling
WebDriverWait(driver, (long)timeOutInSeconds)
by testZeus caused an exception as in the newer version of Selenium the parametertimeOutInSeconds
ofWebDriverWait
was changed toDuration
.I fixed the problem by binding an older version of
Selenium-Support
in my project.This seems to have fixed the problem.
My question is:
Thanks for your good work and best regards,
Babak
The text was updated successfully, but these errors were encountered: