-
Notifications
You must be signed in to change notification settings - Fork 133
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
Included guava version 18 conflicts with selenium-java 3.12.0 #12
Comments
@dougnoel I checked, your merge request removed some resource files in |
Yes
…On Mon, Jul 16, 2018, 10:52 AM Tho Q Luong ***@***.***> wrote:
@dougnoel <https://github.com/dougnoel> I checked, you merge request
removed some resource files in _Docs/ result. I must temp rollback the
merge request. Can you help to send another merge request?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AWUfeY4XKH8aV6CgHzpMsagp-iFOLBWaks5uHKivgaJpZM4U6QC2>
.
|
I looked and I did that because I thought _Docs/result was being generated
by the build process and so you don't need to store them. Is this not
correct?
…On Mon, Jul 16, 2018 at 11:10 AM Doug Noël ***@***.***> wrote:
Yes
On Mon, Jul 16, 2018, 10:52 AM Tho Q Luong ***@***.***>
wrote:
> @dougnoel <https://github.com/dougnoel> I checked, you merge request
> removed some resource files in _Docs/ result. I must temp rollback the
> merge request. Can you help to send another merge request?
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#12 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AWUfeY4XKH8aV6CgHzpMsagp-iFOLBWaks5uHKivgaJpZM4U6QC2>
> .
>
|
@dougnoel they're for README.md, and |
Ah ok. I will revert the changes. I will try to get that done today.
…On Mon, Jul 16, 2018 at 9:52 PM Tho Q Luong ***@***.***> wrote:
@dougnoel <https://github.com/dougnoel> they're for README.md
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AWUfebUHDwmx_9YqmPUK6aZ09wo-Kfzkks5uHUNfgaJpZM4U6QC2>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When including the traprange jar in a project with selenium-java 3.12.0 in maven, the Guava version 18 conflicts. Attempting to instantiate a ChromeDriver object results in the following error:
java.lang.NoSuchMethodError: com.google.common.base.Preconditions.checkState(ZLjava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
at org.openqa.selenium.remote.service.DriverService.findExecutable(DriverService.java:124)
at org.openqa.selenium.chrome.ChromeDriverService.access$000(ChromeDriverService.java:33)
at org.openqa.selenium.chrome.ChromeDriverService$Builder.findDefaultExecutable(ChromeDriverService.java:139)
at org.openqa.selenium.remote.service.DriverService$Builder.build(DriverService.java:335)
at org.openqa.selenium.chrome.ChromeDriverService.createDefaultService(ChromeDriverService.java:89)
at org.openqa.selenium.chrome.ChromeDriver.(ChromeDriver.java:123)
Solution is to use a more recent version of Guava.
The text was updated successfully, but these errors were encountered: