Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting exception in WebDriverWait when binding latest Selenium version with testZeus #18

Open
gitybm opened this issue Nov 3, 2024 · 1 comment

Comments

@gitybm
Copy link

gitybm commented Nov 3, 2024

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:

  1. is my fix/workaround safe?
  2. Do you plan to release a new version of testZeus with the latest Selenium version?

Thanks for your good work and best regards,

Babak

@smilinrobin
Copy link
Member

Hi @gitybm ,
Thanks for the notes here.

  1. Yes, the fix is safe .
  2. We are planning an overhaul for the library. So please stay tuned :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants