Hi Thomas,
I get the error when I run `./gradlew chromeTest` in my IntelliJ terminal.
Does the location of the download for the chrome driver matter? It's
currently sitting in my downloads directory.
Seems like it does error out on the `configureChromeDriverBinary` task
which runs when I run `chromeTest`. I don't see an issue when I run
`firefoxTest` though.
When I run `chromeTest` with the project as is i.e with the version
79.0.3945.36 , I get an error as follows since I am on Chrome Version 81.
Caused by:
org.openqa.selenium.SessionNotCreatedException: session not
created: This version of ChromeDriver only supports Chrome version 79
Build info: version: '3.14.0', revision: 'aacccce0', time:
'2018-08-02T20:19:58.91Z'
Thanks,
Shreya
On Thursday, June 11, 2020 at 10:51:04 AM UTC-4, Thomas Hirsch wrote:
>
> Hi Schreya,
> when exactly do you get that error? You mention that you are running
> `./gradlew chromeTest` but you also mention your IDE.
>
> Generally what you are doing seems correct,you should set the desired
> driver version, matching your browsers version, in the `build.gradle` file,
> and then execute the `configureChromeDriverBinary` task, e.g. `./gradlew
> configureChromeDriverBinary`. This task should also get executed when you
> run `chromeTest`.
>
> Best Regards,
> Thomas
>
--
You received this message because you are subscribed to the Google Groups "Geb
User Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/geb-user/ad069dca-f1a4-40a2-958d-5a93e455e53ao%40googlegroups.com.