I think that you are getting this error because you did not import ChromeDriverManager in GebConfig.groovy.
>From what I can tell you are using Gradle to build your project so there is no need to use WebDriverManager. I created, what I believe to be, an easier way to manage your webdriver binaries when using Gradle: https://github.com/energizedwork/webdriver-binaries-gradle-plugin/blob/master/README.md. You should give it a try. On Thu, Oct 12, 2017 at 11:27 AM, Dilusha Kumarage < [email protected]> wrote: > ** I have done the Configuration as follows;** > > build.gradle > testCompile 'org.seleniumhq.selenium:selenium-chrome-driver:2.52.0 > testCompile("io.github.bonigarcia:webdrivermanager:1.4.1") > > gebconfig file > chrome { > // Downloads driver for the current OS and does all necessary configuration > ChromeDriverManager.getInstance().setup() > System.setProperty('webdriver.chrome.driver', '/path/to/chromedriver') > > driver = { new ChromeDriver() } > } > > ======================================================= > > *When I run the Test, it gives following error.Can anyone please help me > on this?* > > "C:\Program Files\Java\jdk1.8.0_51\bin\java" -ea > -Didea.test.cyclic.buffer.size=1048576 "-javaagent:C:\Program > Files\JetBrains\IntelliJ IDEA Community Edition > 2017.2.4\lib\idea_rt.jar=63213:C:\Program > Files\JetBrains\IntelliJ IDEA Community Edition 2017.2.4\bin" > -Dfile.encoding=UTF-8 -classpath "C:\Program Files\JetBrains\IntelliJ IDEA > Community Edition 2017.2.4\lib\idea_rt.jar;C:\Program > Files\JetBrains\IntelliJ IDEA Community Edition > 2017.2.4\plugins\junit\lib\junit-rt.jar;C:\Program > Files\JetBrains\IntelliJ IDEA Community Edition > 2017.2.4\plugins\junit\lib\junit5-rt.jar;C:\Program > Files\Java\jdk1.8.0_51\jre\lib\charsets.jar;C:\Program > Files\Java\jdk1.8.0_51\jre\lib\deploy.jar;C:\Program > Files\Java\jdk1.8.0_51\jre\lib\ext\access-bridge-64.jar;C:\Program > Files\Java\jdk1.8.0_51\jre\lib\ext\cldrdata.jar;C:\Program > Files\Java\jdk1.8.0_51\jre\lib\ext\dnsns.jar;C:\Program > Files\Java\jdk1.8.0_51\jre\lib\ext\jaccess.jar;C:\Program > Files\Java\jdk1.8.0_51\jre\lib\ext\jfxrt.jar;C:\Program > Files\Java\jdk1.8.0_51\jre\lib\ext\localedata.jar;C:\Program > Files\Java\jdk1.8.0_51\jre\lib\ext\nashorn.jar;C:\Program > Files\Java\jdk1.8.0_51\jre\lib\ext\sunec.jar;C:\Program > Files\Java\jdk1.8.0_51\jre\lib\ext\sunjce_provider.jar;C:\Program > Files\Java\jdk1.8.0_51\jre\lib\ext\sunmscapi.jar;C:\Program > Files\Java\jdk1.8.0_51\jre\lib\ext\sunpkcs11.jar;C:\Program > Files\Java\jdk1.8.0_51\jre\lib\ext\zipfs.jar;C:\Program > Files\Java\jdk1.8.0_51\jre\lib\javaws.jar;C:\Program > Files\Java\jdk1.8.0_51\jre\lib\jce.jar;C:\Program > Files\Java\jdk1.8.0_51\jre\lib\jfr.jar;C:\Program > Files\Java\jdk1.8.0_51\jre\lib\jfxswt.jar;C:\Program > Files\Java\jdk1.8.0_51\jre\lib\jsse.jar;C:\Program > Files\Java\jdk1.8.0_51\jre\lib\management-agent.jar;C:\Program > Files\Java\jdk1.8.0_51\jre\lib\plugin.jar;C:\Program > Files\Java\jdk1.8.0_51\jre\lib\resources.jar;C:\Program > Files\Java\jdk1.8.0_51\jre\lib\rt.jar;C:\IJ > Projects\Pick5Now\out\test\classes;C:\IJ > Projects\Pick5Now\out\test\resources;C:\Users\Dilusha. > gradle\caches\modules-2\files-2.1\junit\junit\4.12\ > 2973d150c0dc1fefe998f834810d68f278ea58ec\junit-4.12.jar;C:\ > Users\Dilusha.gradle\caches\modules-2\files-2.1\org. > codehaus.groovy\groovy-all\2.4.11\444a64af79c540aad257e49d95050e > 7c189f1309\groovy-all-2.4.11.jar;C:\Users\Dilusha.gradle\ > caches\modules-2\files-2.1\org.spockframework\spock-core\1.1-groovy-2.4\ > 1c42014d4a18995d5d4aa10a4e060e88f60fdf78\spock-core-1.1- > groovy-2.4.jar;C:\Users\Dilusha.gradle\caches\modules- > 2\files-2.1\net.bytebuddy\byte-buddy\1.7.1\606db2028a9e77413e1f8b4fdd381e > 4517a785fb\byte-buddy-1.7.1.jar;C:\Users\Dilusha.gradle\ > caches\modules-2\files-2.1\org.objenesis\objenesis\2.6\ > 639033469776fd37c08358c6b92a4761feb2af4b\objenesis-2.6.jar; > C:\Users\Dilusha.gradle\caches\modules-2\files-2.1\ > org.gebish\geb-spock\1.1.1\a0df68183a63b505efd6c5f1eaa794 > cd14b39223\geb-spock-1.1.1.jar;C:\Users\Dilusha.gradle\ > caches\modules-2\files-2.1\org.gebish\geb-junit4\1.1.1\ > 7c9a99d287affcf809b30fc589d16eff5fcc843e\geb-junit4-1.1.1. > jar;C:\Users\Dilusha.gradle\caches\modules-2\files-2.1\ > org.seleniumhq.selenium\selenium-support\2.52.0\ > d59fb1d85e0cacd03eddb13e776da33d75281339\selenium-support-2. > 52.0.jar;C:\Users\Dilusha.gradle\caches\modules-2\files- > 2.1\io.github.bonigarcia\webdrivermanager\1.4.1\ > 76f801d1443ffcb69d95ddc129e36d3c8fb4001d\webdrivermanager-1. > 4.1.jar;C:\Users\Dilusha.gradle\caches\modules-2\files- > 2.1\org.hamcrest\hamcrest-core\1.3\42a25dc3219429f0e5d060061f71ac > b49bf010a0\hamcrest-core-1.3.jar;C:\Users\Dilusha.gradle\ > caches\modules-2\files-2.1\org.gebish\geb-core\1.1.1\ > ab0c741896e76732b3c7b457a1884a1fbbaf04a9\geb-core-1.1.1.jar; > C:\Users\Dilusha.gradle\caches\modules-2\files-2.1\ > org.gebish\geb-test-common\1.1.1\9045f893ff868f68a5df03a67f822b > 4d2bc4baa7\geb-test-common-1.1.1.jar;C:\Users\Dilusha. > gradle\caches\modules-2\files-2.1\org.seleniumhq.selenium\ > selenium-remote-driver\2.52.0\a4040ffce1a58f6edd5a704d84d643 > 2cbcbaaede\selenium-remote-driver-2.52.0.jar;C:\Users\ > Dilusha.gradle\caches\modules-2\files-2.1\org.slf4j\slf4j-api\1.7.12\ > 8e20852d05222dc286bf1c71d78d0531e177c317\slf4j-api-1.7.12. > jar;C:\Users\Dilusha.gradle\caches\modules-2\files-2.1\ > commons-io\commons-io\2.4\b1b6ea3b7e4aa4f492509a4952029c > d8e48019ad\commons-io-2.4.jar;C:\Users\Dilusha.gradle\ > caches\modules-2\files-2.1\com.google.code.gson\gson\2.3.1\ > ecb6e1f8e4b0e84c4b886c2f14a1500caf309757\gson-2.3.1.jar;C:\ > Users\Dilusha.gradle\caches\modules-2\files-2.1\com.typesafe\config\1.2.1\ > f771f71fdae3df231bcd54d5ca2d57f0bf93f467\config-1.2.1.jar;C: > \Users\Dilusha.gradle\caches\modules-2\files-2.1\org. > apache.commons\commons-lang3\3.4\5fe28b9518e58819180a43a850fbc0 > dd24b7c050\commons-lang3-3.4.jar;C:\Users\Dilusha.gradle\ > caches\modules-2\files-2.1\org.rauschig\jarchivelib\0.7.1\ > 47a77274cc38cfe6c04bc2afa3ece808742dc42b\jarchivelib-0.7.1. > jar;C:\Users\Dilusha.gradle\caches\modules-2\files-2.1\ > org.seleniumhq.selenium\selenium-java\2.52.0\ > 6e2b24fd66bca04bac14c03e54ad7dabf34d0db0\selenium-java-2.52. > 0.jar;C:\Users\Dilusha.gradle\caches\modules-2\files-2.1\ > org.seleniumhq.selenium\selenium-api\2.52.0\1c046fd54082863ebb50c762010500 > 73210a6a6a\selenium-api-2.52.0.jar;C:\Users\Dilusha.gradle\ > caches\modules-2\files-2.1\com.codeborne\phantomjsdriver\1.2.1\ > c5106c0223512a467c03b26f8a31e4027ddaa495\phantomjsdriver-1. > 2.1.jar;C:\Users\Dilusha.gradle\caches\modules-2\files- > 2.1\org.gebish\geb-ast\1.1.1\a2248dda72e2c85ae578817e7ec059 > e12b0dbaf9\geb-ast-1.1.1.jar;C:\Users\Dilusha.gradle\ > caches\modules-2\files-2.1\org.gebish\geb-waiting\1.1.1\ > 32b7efd322827551df5ca91848b0cc0f06f44f38\geb-waiting-1.1.1. > jar;C:\Users\Dilusha.gradle\caches\modules-2\files-2.1\ > org.jodd\jodd-lagarto\3.7.1\5d6e6493b7cc10b24fdee3c37a652e > 19cbf7a10c\jodd-lagarto-3.7.1.jar;C:\Users\Dilusha.gradle\ > caches\modules-2\files-2.1\cglib\cglib-nodep\2.1_3\ > 58d3be5953547c0019e5704d6ed4ffda3b0c7c66\cglib-nodep-2.1_3. > jar;C:\Users\Dilusha.gradle\caches\modules-2\files-2.1\ > org.apache.httpcomponents\httpclient\4.5.1\7e3cecc566df91338c6c67883b89dd > d05a17db43\httpclient-4.5.1.jar;C:\Users\Dilusha.gradle\ > caches\modules-2\files-2.1\com.google.guava\guava\19.0\ > 6ce200f6b23222af3d8abb6b6459e6c44f4bb0e9\guava-19.0.jar;C:\ > Users\Dilusha.gradle\caches\modules-2\files-2.1\org. > apache.commons\commons-exec\1.3\8dfb9facd0830a27b1b5f29f84593f > 0aeee7773b\commons-exec-1.3.jar;C:\Users\Dilusha.gradle\ > caches\modules-2\files-2.1\net.java.dev.jna\jna\4.1.0\ > 1c12d070e602efd8021891cdd7fd18bc129372d4\jna-4.1.0.jar;C:\ > Users\Dilusha.gradle\caches\modules-2\files-2.1\net.java. > dev.jna\jna-platform\4.1.0\23457ad1cf75c2c16763330de5565a > 0e67b4bc0a\jna-platform-4.1.0.jar;C:\Users\Dilusha.gradle\ > caches\modules-2\files-2.1\org.apache.commons\commons-compress\1.9\ > cc18955ff1e36d5abd39a14bfe82b19154330a34\commons-compress-1. > 9.jar;C:\Users\Dilusha.gradle\caches\modules-2\files-2.1\ > org.seleniumhq.selenium\selenium-chrome-driver\2.52.0\ > fe32be8d32001398689d17544241fbb879f5705c\selenium-chrome- > driver-2.52.0.jar;C:\Users\Dilusha.gradle\caches\modules- > 2\files-2.1\org.seleniumhq.selenium\selenium-edge-driver\2.52.0\ > c21d89b23e926fe1c29ae76ffa312239615e7324\selenium-edge- > driver-2.52.0.jar;C:\Users\Dilusha.gradle\caches\modules- > 2\files-2.1\org.seleniumhq.selenium\selenium-htmlunit-driver\2.52.0\ > b9945a26ec2518b9d094e43e7d47b8e9146d5d39\selenium-htmlunit- > driver-2.52.0.jar;C:\Users\Dilusha.gradle\caches\modules- > 2\files-2.1\org.seleniumhq.selenium\selenium-firefox-driver\2.52.0\ > 4fd5b76728c52b106aa2d60df89a3bfcc74691c3\selenium-firefox- > driver-2.52.0.jar;C:\Users\Dilusha.gradle\caches\modules- > 2\files-2.1\org.seleniumhq.selenium\selenium-ie-driver\2.52.0\ > 2b631c14ffe2d02408b195693aa7bcc55f28f8a9\selenium-ie-driver- > 2.52.0.jar;C:\Users\Dilusha.gradle\caches\modules-2\files- > 2.1\org.seleniumhq.selenium\selenium-safari-driver\2.52.0\ > a377890cd15973e529e5935786d5f440b5b845f\selenium-safari- > driver-2.52.0.jar;C:\Users\Dilusha.gradle\caches\modules- > 2\files-2.1\org.webbitserver\webbit\0.4.14\3bf3f17fe41fb34c4d98663957ec07 > 95a6b6653e\webbit-0.4.14.jar;C:\Users\Dilusha.gradle\ > caches\modules-2\files-2.1\org.seleniumhq.selenium\selenium-leg-rc\2.52.0\ > acdecc78f7b03a59097a0ff5c39dc61c02002278\selenium-leg-rc-2. > 52.0.jar;C:\Users\Dilusha.gradle\caches\modules-2\files- > 2.1\org.gebish\geb-implicit-assertions\1.1.1\ > 3b57557e77ee416efdad9fef8ba989b50806e064\geb-implicit- > assertions-1.1.1.jar;C:\Users\Dilusha.gradle\caches\modules- > 2\files-2.1\org.gebish\geb-exceptions\1.1.1\9e2514770d1797be82f3657db186ae > 92b6fa62ad\geb-exceptions-1.1.1.jar;C:\Users\Dilusha.gradle\ > caches\modules-2\files-2.1\org.jodd\jodd-core\3.7.1\ > dfba4eec53cd5d4206d292171f59b1bdfa07b167\jodd-core-3.7.1. > jar;C:\Users\Dilusha.gradle\caches\modules-2\files-2.1\ > org.jodd\jodd-log\3.7.1\82ffa458f1f0e9f48c22bff31bbd1f > 3635b44fc7\jodd-log-3.7.1.jar;C:\Users\Dilusha.gradle\ > caches\modules-2\files-2.1\org.apache.httpcomponents\httpcore\4.4.3\ > e876a79d561e5c6207b78d347e198c8c4531a5e5\httpcore-4.4.3.jar; > C:\Users\Dilusha.gradle\caches\modules-2\files-2.1\ > commons-logging\commons-logging\1.2\4bfc12adfe4842bf07b657f0369c4c > b522955686\commons-logging-1.2.jar;C:\Users\Dilusha.gradle\ > caches\modules-2\files-2.1\net.sourceforge.htmlunit\htmlunit\2.18\ > ec30f76601f7010abbc09cc8ec401cb183916371\htmlunit-2.18.jar; > C:\Users\Dilusha.gradle\caches\modules-2\files-2.1\ > commons-collections\commons-collections\3.2.2\ > 8ad72fe39fa8c91eaaf12aadb21e0c3661fe26d5\commons-collections-3.2.2.jar;C:\ > Users\Dilusha.gradle\caches\modules-2\files-2.1\io.netty\ > netty\3.5.2.Final\e6fb74a0699abe108969b2ec1f2693 > 91169a0426\netty-3.5.2.Final.jar;C:\Users\Dilusha.gradle\ > caches\modules-2\files-2.1\xalan\xalan\2.7.2\ > d55d3f02a56ec4c25695fe67e1334ff8c2ecea23\xalan-2.7.2.jar;C:\ > Users\Dilusha.gradle\caches\modules-2\files-2.1\org.apache.httpcomponents\ > httpmime\4.5\7bdb321e86724b16af6134a0fd22fec649eda971\httpmime-4.5.jar;C: > \Users\Dilusha.gradle\caches\modules-2\files-2.1\net. > sourceforge.htmlunit\htmlunit-core-js\2.17\4316d68f449d42f69faf4ee255aa31 > b03e4f7dd5\htmlunit-core-js-2.17.jar;C:\Users\Dilusha. > gradle\caches\modules-2\files-2.1\xerces\xercesImpl\2.11.0\ > 9bb329db1cfc4e22462c9d6b43a8432f5850e92c\xercesImpl-2.11.0. > jar;C:\Users\Dilusha.gradle\caches\modules-2\files-2.1\ > net.sourceforge.nekohtml\nekohtml\1.9.22\4f54af68ecb345f2453fb6884672ad > 08414154e3\nekohtml-1.9.22.jar;C:\Users\Dilusha.gradle\ > caches\modules-2\files-2.1\net.sourceforge.cssparser\cssparser\0.9.16\ > 3f751904d467537b8ee99c612e69d4e79d6271cf\cssparser-0.9.16. > jar;C:\Users\Dilusha.gradle\caches\modules-2\files-2.1\ > org.eclipse.jetty.websocket\websocket-client\9.2.12.v20150709\ > 79e439a426514af24e693c78662cb2b4db2be3c6\websocket-client-9. > 2.12.v20150709.jar;C:\Users\Dilusha.gradle\caches\modules- > 2\files-2.1\xalan\serializer\2.7.2\24247f3bb052ee068971393bdb83e0 > 4512bb1c3c\serializer-2.7.2.jar;C:\Users\Dilusha.gradle\ > caches\modules-2\files-2.1\xml-apis\xml-apis\1.4.01\ > 3789d9fada2d3d458c4ba2de349d48780f381ee3\xml-apis-1.4.01. > jar;C:\Users\Dilusha.gradle\caches\modules-2\files-2.1\ > org.w3c.css\sac\1.3\cdb2dcb4e22b83d6b32b93095f644c > 3462739e82\sac-1.3.jar;C:\Users\Dilusha.gradle\caches\ > modules-2\files-2.1\org.eclipse.jetty\jetty-util\9.2.12.v20150709\ > d99d38adfdb5ec677643f04fa862554b0bb8b42e\jetty-util-9.2.12. > v20150709.jar;C:\Users\Dilusha.gradle\caches\modules- > 2\files-2.1\org.eclipse.jetty\jetty-io\9.2.12.v20150709\ > c02e9e303d231a589e0c8866c1ee89bcdeb40a55\jetty-io-9.2.12. > v20150709.jar;C:\Users\Dilusha.gradle\caches\modules- > 2\files-2.1\org.eclipse.jetty.websocket\websocket-common\9.2.12.v20150709\ > 97219331c7ec90b2964b3a50d86008e1f16f5638\websocket-common-9. > 2.12.v20150709.jar;C:\Users\Dilusha.gradle\caches\modules- > 2\files-2.1\org.eclipse.jetty.websocket\websocket-api\9.2.12.v20150709\ > 6bb55e8ef1a385e40f144a240492915b89914cfb\websocket-api-9.2. > 12.v20150709.jar;C:\Users\Dilusha.gradle\caches\modules- > 2\files-2.1\commons-codec\commons-codec\1.10\ > 4b95f4897fa13f2cd904aee711aeafc0c5295cd8\commons-codec-1.10.jar" > com.intellij.rt.execution.junit.JUnitStarter -ideVersion5 -junit4 > pick5now.SignInSpec > > geb.driver.DriverCreationException: failed to create driver from callback > 'script15077958801151122499214$_run_closure1@7d898981' > > at geb.driver.CallbackDriverFactory.getDriver(CallbackDriverFactory.groovy:35) > at > geb.driver.CachingDriverFactory.getDriver_closure3(CachingDriverFactory.groovy:85) > at > geb.driver.CachingDriverFactory.getDriver_closure3(CachingDriverFactory.groovy) > at > geb.driver.CachingDriverFactory$SimpleCache.get(CachingDriverFactory.groovy:32) > at geb.driver.CachingDriverFactory.getDriver(CachingDriverFactory.groovy:84) > at geb.Configuration.createDriver(Configuration.groovy:382) > at geb.Configuration.getDriver(Configuration.groovy:371) > at geb.Browser.getDriver(Browser.groovy:111) > at geb.Browser.go(Browser.groovy:500) > at geb.Browser.go(Browser.groovy:476) > at geb.spock.GebSpec.methodMissing(GebSpec.groovy:56) > at pick5now.SignInSpec.User get directs to the sign in > page(SignInSpec.groovy:20) > > Caused by: groovy.lang.MissingMethodException: No signature of method: > groovy.util.ConfigObject.getInstance() is applicable for argument types: > () values: [] > at script15077958801151122499214.run_closure1$_closure2( > script15077958801151122499214.groovy:23) > at script15077958801151122499214.run_closure1$_closure2( > script15077958801151122499214.groovy) > at groovy.util.ConfigSlurper.parse_closure5(ConfigSlurper.groovy:258) > at groovy.lang.GroovyObjectSupport.invokeMethod( > GroovyObjectSupport.java:46) > at groovy.lang.Script.invokeMethod(Script.java:80) > at script15077958801151122499214.run_closure1( > script15077958801151122499214.groovy:21) > at script15077958801151122499214.run_closure1( > script15077958801151122499214.groovy) > at geb.driver.CallbackDriverFactory.getDriver( > CallbackDriverFactory.groovy:29) > ... 11 more > > geb.driver.DriverCreationException: failed to create driver from callback > 'script15077958801151122499214$_run_closure1@7d898981' > > at geb.driver.CallbackDriverFactory.getDriver(CallbackDriverFactory.groovy:35) > at > geb.driver.CachingDriverFactory.getDriver_closure3(CachingDriverFactory.groovy:85) > at > geb.driver.CachingDriverFactory.getDriver_closure3(CachingDriverFactory.groovy) > at > geb.driver.CachingDriverFactory$SimpleCache.get(CachingDriverFactory.groovy:32) > at geb.driver.CachingDriverFactory.getDriver(CachingDriverFactory.groovy:84) > at geb.Configuration.createDriver(Configuration.groovy:382) > at geb.Configuration.getDriver(Configuration.groovy:371) > at geb.Browser.getDriver(Browser.groovy:111) > at geb.report.PageSourceReporter.getPageSource(PageSourceReporter.groovy:42) > at geb.report.PageSourceReporter.writePageSource(PageSourceReporter.groovy:38) > at geb.report.PageSourceReporter.writeReport(PageSourceReporter.groovy:29) > at geb.report.CompositeReporter.writeReport(CompositeReporter.groovy:31) > at geb.Browser.report(Browser.groovy:927) > at geb.spock.GebReportingSpec.report(GebReportingSpec.groovy:59) > at geb.spock.GebReportingSpec.cleanup(GebReportingSpec.groovy:46) > > Caused by: groovy.lang.MissingMethodException: No signature of method: > groovy.util.ConfigObject.getInstance() is applicable for argument types: > () values: [] > at script15077958801151122499214.run_closure1$_closure2( > script15077958801151122499214.groovy:23) > at script15077958801151122499214.run_closure1$_closure2( > script15077958801151122499214.groovy) > at groovy.util.ConfigSlurper.parse_closure5(ConfigSlurper.groovy:258) > at groovy.lang.GroovyObjectSupport.invokeMethod( > GroovyObjectSupport.java:46) > at groovy.lang.Script.invokeMethod(Script.java:80) > at script15077958801151122499214.run_closure1( > script15077958801151122499214.groovy:21) > at script15077958801151122499214.run_closure1( > script15077958801151122499214.groovy) > at geb.driver.CallbackDriverFactory.getDriver( > CallbackDriverFactory.groovy:29) > ... 14 more > > geb.driver.DriverCreationException: failed to create driver from callback > 'script15077958801151122499214$_run_closure1@7d898981' > > at geb.driver.CallbackDriverFactory.getDriver(CallbackDriverFactory.groovy:35) > at > geb.driver.CachingDriverFactory.getDriver_closure3(CachingDriverFactory.groovy:85) > at > geb.driver.CachingDriverFactory.getDriver_closure3(CachingDriverFactory.groovy) > at > geb.driver.CachingDriverFactory$SimpleCache.get(CachingDriverFactory.groovy:32) > at geb.driver.CachingDriverFactory.getDriver(CachingDriverFactory.groovy:84) > at geb.Configuration.createDriver(Configuration.groovy:382) > at geb.Configuration.getDriver(Configuration.groovy:371) > at geb.Browser.getDriver(Browser.groovy:111) > at geb.Browser.clearCookies(Browser.groovy:641) > at geb.Browser.clearCookiesQuietly(Browser.groovy:649) > at geb.spock.GebSpec.resetBrowser(GebSpec.groovy:50) > at geb.spock.GebSpec.cleanup(GebSpec.groovy:73) > > Caused by: groovy.lang.MissingMethodException: No signature of method: > groovy.util.ConfigObject.getInstance() is applicable for argument types: > () values: [] > at script15077958801151122499214.run_closure1$_closure2( > script15077958801151122499214.groovy:23) > at script15077958801151122499214.run_closure1$_closure2( > script15077958801151122499214.groovy) > at groovy.util.ConfigSlurper.parse_closure5(ConfigSlurper.groovy:258) > at groovy.lang.GroovyObjectSupport.invokeMethod( > GroovyObjectSupport.java:46) > at groovy.lang.Script.invokeMethod(Script.java:80) > at script15077958801151122499214.run_closure1( > script15077958801151122499214.groovy:21) > at script15077958801151122499214.run_closure1( > script15077958801151122499214.groovy) > at geb.driver.CallbackDriverFactory.getDriver( > CallbackDriverFactory.groovy:29) > ... 11 more > > geb.driver.DriverCreationException: failed to create driver from callback > 'script15077958801151122499214$_run_closure1@7d898981' > > at geb.driver.CallbackDriverFactory.getDriver(CallbackDriverFactory.groovy:35) > at > geb.driver.CachingDriverFactory.getDriver_closure3(CachingDriverFactory.groovy:85) > at > geb.driver.CachingDriverFactory.getDriver_closure3(CachingDriverFactory.groovy) > at > geb.driver.CachingDriverFactory$SimpleCache.get(CachingDriverFactory.groovy:32) > at geb.driver.CachingDriverFactory.getDriver(CachingDriverFactory.groovy:84) > at geb.Configuration.createDriver(Configuration.groovy:382) > at geb.Configuration.getDriver(Configuration.groovy:371) > at geb.Browser.getDriver(Browser.groovy:111) > at > geb.navigator.factory.BrowserBackedNavigatorFactory.<init>(BrowserBackedNavigatorFactory.groovy:35) > at geb.Configuration.createNavigatorFactory(Configuration.groovy:417) > at geb.Browser.createNavigatorFactory(Browser.groovy:133) > at geb.Browser.getNavigatorFactory(Browser.groovy:121) > at geb.Page.init(Page.groovy:144) > at geb.Browser.initialisePage(Browser.groovy:447) > at geb.Browser.via(Browser.groovy:615) > at geb.Browser.to(Browser.groovy:570) > at geb.Browser.to(Browser.groovy:559) > at geb.spock.GebSpec.methodMissing(GebSpec.groovy:56) > at pick5now.SignInSpec.Sign in to the system with correct > credentials(SignInSpec.groovy:34) > > Caused by: groovy.lang.MissingMethodException: No signature of method: > groovy.util.ConfigObject.getInstance() is applicable for argument types: > () values: [] > at script15077958801151122499214.run_closure1$_closure2( > script15077958801151122499214.groovy:23) > at script15077958801151122499214.run_closure1$_closure2( > script15077958801151122499214.groovy) > at groovy.util.ConfigSlurper.parse_closure5(ConfigSlurper.groovy:258) > at groovy.lang.GroovyObjectSupport.invokeMethod( > GroovyObjectSupport.java:46) > at groovy.lang.Script.invokeMethod(Script.java:80) > at script15077958801151122499214.run_closure1( > script15077958801151122499214.groovy:21) > at script15077958801151122499214.run_closure1( > script15077958801151122499214.groovy) > at geb.driver.CallbackDriverFactory.getDriver( > CallbackDriverFactory.groovy:29) > ... 18 more > > geb.driver.DriverCreationException: failed to create driver from callback > 'script15077958801151122499214$_run_closure1@7d898981' > > at geb.driver.CallbackDriverFactory.getDriver(CallbackDriverFactory.groovy:35) > at > geb.driver.CachingDriverFactory.getDriver_closure3(CachingDriverFactory.groovy:85) > at > geb.driver.CachingDriverFactory.getDriver_closure3(CachingDriverFactory.groovy) > at > geb.driver.CachingDriverFactory$SimpleCache.get(CachingDriverFactory.groovy:32) > at geb.driver.CachingDriverFactory.getDriver(CachingDriverFactory.groovy:84) > at geb.Configuration.createDriver(Configuration.groovy:382) > at geb.Configuration.getDriver(Configuration.groovy:371) > at geb.Browser.getDriver(Browser.groovy:111) > at geb.report.PageSourceReporter.getPageSource(PageSourceReporter.groovy:42) > at geb.report.PageSourceReporter.writePageSource(PageSourceReporter.groovy:38) > at geb.report.PageSourceReporter.writeReport(PageSourceReporter.groovy:29) > at geb.report.CompositeReporter.writeReport(CompositeReporter.groovy:31) > at geb.Browser.report(Browser.groovy:927) > at geb.spock.GebReportingSpec.report(GebReportingSpec.groovy:59) > at geb.spock.GebReportingSpec.cleanup(GebReportingSpec.groovy:46) > > Caused by: groovy.lang.MissingMethodException: No signature of method: > groovy.util.ConfigObject.getInstance() is applicable for argument types: > () values: [] > at script15077958801151122499214.run_closure1$_closure2( > script15077958801151122499214.groovy:23) > at script15077958801151122499214.run_closure1$_closure2( > script15077958801151122499214.groovy) > at groovy.util.ConfigSlurper.parse_closure5(ConfigSlurper.groovy:258) > at groovy.lang.GroovyObjectSupport.invokeMethod( > GroovyObjectSupport.java:46) > at groovy.lang.Script.invokeMethod(Script.java:80) > at script15077958801151122499214.run_closure1( > script15077958801151122499214.groovy:21) > at script15077958801151122499214.run_closure1( > script15077958801151122499214.groovy) > at geb.driver.CallbackDriverFactory.getDriver( > CallbackDriverFactory.groovy:29) > ... 14 more > > geb.driver.DriverCreationException: failed to create driver from callback > 'script15077958801151122499214$_run_closure1@7d898981' > > at geb.driver.CallbackDriverFactory.getDriver(CallbackDriverFactory.groovy:35) > at > geb.driver.CachingDriverFactory.getDriver_closure3(CachingDriverFactory.groovy:85) > at > geb.driver.CachingDriverFactory.getDriver_closure3(CachingDriverFactory.groovy) > at > geb.driver.CachingDriverFactory$SimpleCache.get(CachingDriverFactory.groovy:32) > at geb.driver.CachingDriverFactory.getDriver(CachingDriverFactory.groovy:84) > at geb.Configuration.createDriver(Configuration.groovy:382) > at geb.Configuration.getDriver(Configuration.groovy:371) > at geb.Browser.getDriver(Browser.groovy:111) > at geb.Browser.clearCookies(Browser.groovy:641) > at geb.Browser.clearCookiesQuietly(Browser.groovy:649) > at geb.spock.GebSpec.resetBrowser(GebSpec.groovy:50) > at geb.spock.GebSpec.cleanup(GebSpec.groovy:73) > > Caused by: groovy.lang.MissingMethodException: No signature of method: > groovy.util.ConfigObject.getInstance() is applicable for argument types: > () values: [] > at script15077958801151122499214.run_closure1$_closure2( > script15077958801151122499214.groovy:23) > at script15077958801151122499214.run_closure1$_closure2( > script15077958801151122499214.groovy) > at groovy.util.ConfigSlurper.parse_closure5(ConfigSlurper.groovy:258) > at groovy.lang.GroovyObjectSupport.invokeMethod( > GroovyObjectSupport.java:46) > at groovy.lang.Script.invokeMethod(Script.java:80) > at script15077958801151122499214.run_closure1( > script15077958801151122499214.groovy:21) > at script15077958801151122499214.run_closure1( > script15077958801151122499214.groovy) > at geb.driver.CallbackDriverFactory.getDriver( > CallbackDriverFactory.groovy:29) > ... 11 more > > geb.driver.DriverCreationException: failed to create driver from callback > 'script15077958801151122499214$_run_closure1@7d898981' > > at geb.driver.CallbackDriverFactory.getDriver(CallbackDriverFactory.groovy:35) > at > geb.driver.CachingDriverFactory.getDriver_closure3(CachingDriverFactory.groovy:85) > at > geb.driver.CachingDriverFactory.getDriver_closure3(CachingDriverFactory.groovy) > at > geb.driver.CachingDriverFactory$SimpleCache.get(CachingDriverFactory.groovy:32) > at geb.driver.CachingDriverFactory.getDriver(CachingDriverFactory.groovy:84) > at geb.Configuration.createDriver(Configuration.groovy:382) > at geb.Configuration.getDriver(Configuration.groovy:371) > at geb.Browser.getDriver(Browser.groovy:111) > at > geb.navigator.factory.BrowserBackedNavigatorFactory.<init>(BrowserBackedNavigatorFactory.groovy:35) > at geb.Configuration.createNavigatorFactory(Configuration.groovy:417) > at geb.Browser.createNavigatorFactory(Browser.groovy:133) > at geb.Browser.getNavigatorFactory(Browser.groovy:121) > at geb.Page.init(Page.groovy:144) > at geb.Browser.initialisePage(Browser.groovy:447) > at geb.Browser.via(Browser.groovy:615) > at geb.Browser.to(Browser.groovy:570) > at geb.Browser.to(Browser.groovy:559) > at geb.spock.GebSpec.methodMissing(GebSpec.groovy:56) > at pick5now.SignInSpec.Sign in to the system with incorrect > credentials(SignInSpec.groovy:52) > > Caused by: groovy.lang.MissingMethodException: No signature of method: > groovy.util.ConfigObject.getInstance() is applicable for argument types: > () values: [] > at script15077958801151122499214.run_closure1$_closure2( > script15077958801151122499214.groovy:23) > at script15077958801151122499214.run_closure1$_closure2( > script15077958801151122499214.groovy) > at groovy.util.ConfigSlurper.parse_closure5(ConfigSlurper.groovy:258) > at groovy.lang.GroovyObjectSupport.invokeMethod( > GroovyObjectSupport.java:46) > at groovy.lang.Script.invokeMethod(Script.java:80) > at script15077958801151122499214.run_closure1( > script15077958801151122499214.groovy:21) > at script15077958801151122499214.run_closure1( > script15077958801151122499214.groovy) > at geb.driver.CallbackDriverFactory.getDriver( > CallbackDriverFactory.groovy:29) > ... 18 more > > geb.driver.DriverCreationException: failed to create driver from callback > 'script15077958801151122499214$_run_closure1@7d898981' > > at geb.driver.CallbackDriverFactory.getDriver(CallbackDriverFactory.groovy:35) > at > geb.driver.CachingDriverFactory.getDriver_closure3(CachingDriverFactory.groovy:85) > at > geb.driver.CachingDriverFactory.getDriver_closure3(CachingDriverFactory.groovy) > at > geb.driver.CachingDriverFactory$SimpleCache.get(CachingDriverFactory.groovy:32) > at geb.driver.CachingDriverFactory.getDriver(CachingDriverFactory.groovy:84) > at geb.Configuration.createDriver(Configuration.groovy:382) > at geb.Configuration.getDriver(Configuration.groovy:371) > at geb.Browser.getDriver(Browser.groovy:111) > at geb.report.PageSourceReporter.getPageSource(PageSourceReporter.groovy:42) > at geb.report.PageSourceReporter.writePageSource(PageSourceReporter.groovy:38) > at geb.report.PageSourceReporter.writeReport(PageSourceReporter.groovy:29) > at geb.report.CompositeReporter.writeReport(CompositeReporter.groovy:31) > at geb.Browser.report(Browser.groovy:927) > at geb.spock.GebReportingSpec.report(GebReportingSpec.groovy:59) > at geb.spock.GebReportingSpec.cleanup(GebReportingSpec.groovy:46) > > Caused by: groovy.lang.MissingMethodException: No signature of method: > groovy.util.ConfigObject.getInstance() is applicable for argument types: > () values: [] > at script15077958801151122499214.run_closure1$_closure2( > script15077958801151122499214.groovy:23) > at script15077958801151122499214.run_closure1$_closure2( > script15077958801151122499214.groovy) > at groovy.util.ConfigSlurper.parse_closure5(ConfigSlurper.groovy:258) > at groovy.lang.GroovyObjectSupport.invokeMethod( > GroovyObjectSupport.java:46) > at groovy.lang.Script.invokeMethod(Script.java:80) > at script15077958801151122499214.run_closure1( > script15077958801151122499214.groovy:21) > at script15077958801151122499214.run_closure1( > script15077958801151122499214.groovy) > at geb.driver.CallbackDriverFactory.getDriver( > CallbackDriverFactory.groovy:29) > ... 14 more > > geb.driver.DriverCreationException: failed to create driver from callback > 'script15077958801151122499214$_run_closure1@7d898981' > > at geb.driver.CallbackDriverFactory.getDriver(CallbackDriverFactory.groovy:35) > at > geb.driver.CachingDriverFactory.getDriver_closure3(CachingDriverFactory.groovy:85) > at > geb.driver.CachingDriverFactory.getDriver_closure3(CachingDriverFactory.groovy) > at > geb.driver.CachingDriverFactory$SimpleCache.get(CachingDriverFactory.groovy:32) > at geb.driver.CachingDriverFactory.getDriver(CachingDriverFactory.groovy:84) > at geb.Configuration.createDriver(Configuration.groovy:382) > at geb.Configuration.getDriver(Configuration.groovy:371) > at geb.Browser.getDriver(Browser.groovy:111) > at geb.Browser.clearCookies(Browser.groovy:641) > at geb.Browser.clearCookiesQuietly(Browser.groovy:649) > at geb.spock.GebSpec.resetBrowser(GebSpec.groovy:50) > at geb.spock.GebSpec.cleanup(GebSpec.groovy:73) > > Caused by: groovy.lang.MissingMethodException: No signature of method: > groovy.util.ConfigObject.getInstance() is applicable for argument types: > () values: [] > at script15077958801151122499214.run_closure1$_closure2( > script15077958801151122499214.groovy:23) > at script15077958801151122499214.run_closure1$_closure2( > script15077958801151122499214.groovy) > at groovy.util.ConfigSlurper.parse_closure5(ConfigSlurper.groovy:258) > at groovy.lang.GroovyObjectSupport.invokeMethod( > GroovyObjectSupport.java:46) > at groovy.lang.Script.invokeMethod(Script.java:80) > at script15077958801151122499214.run_closure1( > script15077958801151122499214.groovy:21) > at script15077958801151122499214.run_closure1( > script15077958801151122499214.groovy) > at geb.driver.CallbackDriverFactory.getDriver( > CallbackDriverFactory.groovy:29) > ... 11 more > > Process finished with exit code -1 > > -- > 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 post to this group, send email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/geb-user/bc131af0-ae37-45b7-9eb2-e22580aa824a%40googlegroups.com > <https://groups.google.com/d/msgid/geb-user/bc131af0-ae37-45b7-9eb2-e22580aa824a%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/geb-user/CA%2B52dQQB2PGAVibsN3uxzHhsK7L93cJVTVng7YbyGPHZU4n4kQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
