-
Notifications
You must be signed in to change notification settings - Fork 495
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
[BqvAC2FK] Update selenium dependencies #3663
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b29991b
to
1221864
Compare
1221864
to
f8b019f
Compare
d21b74d
to
fa0eeed
Compare
91650db
to
a483ea5
Compare
conker84
approved these changes
Aug 30, 2023
vga91
added a commit
that referenced
this pull request
Aug 30, 2023
* [BqvAC2FK] Update selenium dependencies * [BqvAC2FK] solve deps conflicts * [BqvAC2FK] removed ext. dep * [BqvAC2FK] add testImplementation dep.
vga91
added a commit
that referenced
this pull request
Aug 30, 2023
* [BqvAC2FK] Update selenium dependencies * [BqvAC2FK] solve deps conflicts * [BqvAC2FK] removed ext. dep * [BqvAC2FK] add testImplementation dep.
vga91
added a commit
that referenced
this pull request
Aug 30, 2023
* [BqvAC2FK] Update selenium dependencies * [BqvAC2FK] solve deps conflicts * [BqvAC2FK] removed ext. dep * [BqvAC2FK] add testImplementation dep.
vga91
added a commit
that referenced
this pull request
Aug 31, 2023
* [BqvAC2FK] Update selenium dependencies * [BqvAC2FK] solve deps conflicts * [BqvAC2FK] removed ext. dep * [BqvAC2FK] add testImplementation dep.
recrwplay
pushed a commit
to recrwplay/neo4j-apoc-procedures
that referenced
this pull request
Aug 31, 2023
* [BqvAC2FK] Update selenium dependencies * [BqvAC2FK] solve deps conflicts * [BqvAC2FK] removed ext. dep * [BqvAC2FK] add testImplementation dep.
vga91
added a commit
that referenced
this pull request
Oct 23, 2023
* [BqvAC2FK] Update selenium dependencies * [BqvAC2FK] solve deps conflicts * [BqvAC2FK] removed ext. dep * [BqvAC2FK] add testImplementation dep.
vga91
added a commit
that referenced
this pull request
Dec 22, 2023
* [BqvAC2FK] Update selenium dependencies * [BqvAC2FK] solve deps conflicts * [BqvAC2FK] removed ext. dep * [BqvAC2FK] add testImplementation dep.
vga91
added a commit
that referenced
this pull request
Nov 22, 2024
* [BqvAC2FK] Update selenium dependencies * [BqvAC2FK] solve deps conflicts * [BqvAC2FK] removed ext. dep * [BqvAC2FK] add testImplementation dep.
vga91
added a commit
that referenced
this pull request
Jan 21, 2025
* [BqvAC2FK] Update selenium dependencies * [BqvAC2FK] solve deps conflicts * [BqvAC2FK] removed ext. dep * [BqvAC2FK] add testImplementation dep.
vga91
added a commit
that referenced
this pull request
Jan 21, 2025
* [BqvAC2FK] Update selenium dependencies * [BqvAC2FK] solve deps conflicts * [BqvAC2FK] removed ext. dep * [BqvAC2FK] add testImplementation dep.
vga91
added a commit
that referenced
this pull request
Jan 21, 2025
* [BqvAC2FK] Update selenium dependencies (#3663) * [BqvAC2FK] Update selenium dependencies * [BqvAC2FK] solve deps conflicts * [BqvAC2FK] removed ext. dep * [BqvAC2FK] add testImplementation dep. * [BqvAC2FK] Fix failing LoadHtmlTest (#3722) * [BqvAC2FK] Updated again deps and excluded sub dependencies * [BqvAC2FK] spotlessApply changes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Waiting for CI error fixes: #3666The selenium version can be updated as it was previously blocked due to the guava version: #2013 .
Now that problem is not present anymore.
Update to the latest selenium
webdrivermanager
package0.30.0
version, not compatible with the new firefox webdriver versionnew WebDriverWait(...)
.setHeadless(isHeadless);
which are deprecated and throw an errorNoSuchMethodError: '...irefoxOptions.setHeadless(boolean)
java.lang.NoSuchMethodError: 'void com.google.common.base.Throwables.throwIfUnchecked
is thrownOther changes
browser start-up failure
to ignored error, in order to skip if browser version on the running machine is not compatible with the latest webdriver"Invalid config: LoadHtmlConfig@123123"
LoadHtmlTestParameterized.java