Hello,
My code was working fine till yesterday. Since today I have started getting the below error.
geb.driver.DriverCreationException: failed to create driver from callback 'script1510848809492735632846$_run_closure1@3542162a'
I have updated the chrome driver version to 2.33 and the maven dependency to
"<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-chrome-driver</artifactId>
<!--<version>3.0.1</version>-->
<version>3.7.0</version>
</dependency>"
Even though my tests are not getting launched. Please anyone help me. My chrome version is Version 62.0.3202.94 (Official Build) (64-bit). I am using a mac machine to execute my tests.
Thanks,
Dwiparna