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

Framework is not compatible with Selenium 3.0.1 #23

Open
tkleiber opened this issue Jan 16, 2017 · 4 comments
Open

Framework is not compatible with Selenium 3.0.1 #23

tkleiber opened this issue Jan 16, 2017 · 4 comments
Assignees

Comments

@tkleiber
Copy link

There are several compile errors.

@RichardOlrichs
Copy link
Collaborator

RichardOlrichs commented Jan 31, 2017

Hey Torsten,
I made a Java8/12.2.1 branch, this is now compatible with 3.0.0 & 3.0.1.
From 3+ selenium went from Java7 (-51) to Java8(52+).

See: https://github.com/adfemg/adf-selenium/releases/tag/v3.0.0

Please let me know if you still run into troubles with the selenium tools from this branch.

Cheers,
Richard

@tkleiber
Copy link
Author

tkleiber commented Feb 4, 2017

Thanks, but I need some time, as we are on the hot phase of a project. After that I will check this.

@tkleiber
Copy link
Author

This works now with 3.0.1. But in selenium 3.4 is FluentWait changed, which prevents compiling again for some of the until(new Predicate contructs.

Kind regards
Torsten

@EgorBEremeev
Copy link

@tkleiber, hi
the problem with FluentWait and until(new Predicate contructs has been disscussed on stackoverflow

and solution for that is in my fork of SeleniumTools and adf-richclient-automation-selenium-3-rebuild

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

No branches or pull requests

3 participants