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