Hello, can anybody please help me with a compatibl...
# questions
j
Hello, can anybody please help me with a compatible chromeDriverVersion that works with Grails 6.0? this worked in Grails 5.1.7
Copy code
# geb testing (updated for update to Grails 5.3.2 in April 23)
gebVersion=2.3
seleniumVersion=3.12.0
webdriverBinariesVersion=1.4
#hibernateCoreVersion=5.1.5.Final
chromeDriverVersion=2.44.0
#chromeDriverVersion=112.0.5615.49
geckodriverVersion=0.33.0
#geckodriverVersion=0.23.0
seleniumSafariDriverVersion=3.14.0
After upgrade to Grails 6 I use this versions: grailsVersion=6.0.0 groovyVersion=3.0.11 gormVersion=8.0.0 gradleWrapperVersion=7.6.1 mongodbDriverVersion=4.7.0 grailsGradlePluginVersion=6.0.0 But even with ChatGPT I am not able to find a compatible chromeDriverVersion<->seleniumVersion for the test to compile for “./gradlew test war” b/c of this error * Exception is: org.gradle.api.tasks.TaskExecutionException: Execution failed for task ‘:configureChromeDriverBinary’. Caused by: java.lang.NoSuchMethodError: ‘void org.gradle.wrapper.PathAssembler.<init>(java.io.File)’ I would really appreciate a version compatible docu in the offical grails upgrade docu, but was not able to find any. Thank you in advance for any hint.