Newer versions of FF do not work with WebDriver 2.x line which is used in
the Geb Gradle example. You will have to use a FF version that is not newer
than 46.0.1.

On Wed, 12 Apr 2017 at 22:29, Kacey Arnold <[email protected]> wrote:

> I have a similar problem
> MAC OS X(10.12.4) FF 52..0.2 64 bit I just started the geb hello world
> example and geb fails on FF it gets a not connected error.  I have opened
> FF and pulled up http://www.gebish.org/ so I know it isn't a
> security/blocked issue.\
>
> lapex-karnold:geb-example-gradle-master karnold$ ./gradlew test
>
> :compileJava UP-TO-DATE
>
> :compileGroovy UP-TO-DATE
>
> :processResources UP-TO-DATE
>
> :classes UP-TO-DATE
>
> :compileTestJava UP-TO-DATE
>
> :compileTestGroovy UP-TO-DATE
>
> :processTestResources UP-TO-DATE
>
> :testClasses UP-TO-DATE
>
> :downloadChromeDriver UP-TO-DATE
>
> :unzipChromeDriver UP-TO-DATE
>
> :chromeTest
>
> :firefoxTest
>
>
> GebishOrgSpec > can get to the current Book of Geb FAILED
>
>     geb.driver.DriverCreationException at GebishOrgSpec.groovy:7
>
>         Caused by: org.openqa.selenium.WebDriverException at
> GebishOrgSpec.groovy:7
>
>             Caused by: org.openqa.selenium.firefox.NotConnectedException
> at GebishOrgSpec.groovy:7
>
>     geb.driver.DriverCreationException
>
>         Caused by: org.openqa.selenium.WebDriverException
>
>             Caused by: org.openqa.selenium.firefox.NotConnectedException
>
>     geb.driver.DriverCreationException
>
>         Caused by: org.openqa.selenium.WebDriverException
>
>             Caused by: org.openqa.selenium.firefox.NotConnectedException
>
>
> GebishOrgTest > canGetToTheCurrentBookOfGeb FAILED
>
>     geb.driver.DriverCreationException at GebishOrgTest.groovy:11
>
>         Caused by: org.openqa.selenium.WebDriverException at
> GebishOrgTest.groovy:11
>
>             Caused by: org.openqa.selenium.firefox.NotConnectedException
> at GebishOrgTest.groovy:11
>
>     geb.driver.DriverCreationException
>
>         Caused by: org.openqa.selenium.WebDriverException
>
>             Caused by: org.openqa.selenium.firefox.NotConnectedException
>
>     geb.driver.DriverCreationException
>
>         Caused by: org.openqa.selenium.WebDriverException
>
>             Caused by: org.openqa.selenium.firefox.NotConnectedException
>
>
> 2 tests completed, 2 failed
>
> :firefoxTest FAILED
>
>
> FAILURE: Build failed with an exception.
>
>
> * What went wrong:
>
> Execution failed for task ':firefoxTest'.
>
> > There were failing tests. See the report at:
> file:///Users/karnold/Downloads/geb-example-gradle-master/build/reports/firefoxTest/tests/index.html
>
>
> * Try:
>
> Run with *--stacktrace* option to get the stack trace. Run with *--info*
> or *--debug* option to get more log output.
>
>
> BUILD FAILED
>
>
> Total time: 5 mins 29.231 secs
>
> lapex-karnold:geb-example-gradle-master karnold$ ./gradlew test
>
> :compileJava UP-TO-DATE
>
> :compileGroovy UP-TO-DATE
>
> :processResources UP-TO-DATE
>
> :classes UP-TO-DATE
>
> :compileTestJava UP-TO-DATE
>
> :compileTestGroovy UP-TO-DATE
>
> :processTestResources UP-TO-DATE
>
> :testClasses UP-TO-DATE
>
> :downloadChromeDriver UP-TO-DATE
>
> :unzipChromeDriver UP-TO-DATE
>
> :chromeTest
>
> :firefoxTest
>
>
> GebishOrgSpec > can get to the current Book of Geb FAILED
>
>     geb.driver.DriverCreationException at GebishOrgSpec.groovy:7
>
>         Caused by: org.openqa.selenium.WebDriverException at
> GebishOrgSpec.groovy:7
>
>             Caused by: org.openqa.selenium.firefox.NotConnectedException
> at GebishOrgSpec.groovy:7
>
>     geb.driver.DriverCreationException
>
>         Caused by: org.openqa.selenium.WebDriverException
>
>             Caused by: org.openqa.selenium.firefox.NotConnectedException
>
>     geb.driver.DriverCreationException
>
>         Caused by: org.openqa.selenium.WebDriverException
>
>             Caused by: org.openqa.selenium.firefox.NotConnectedException
>
>
> GebishOrgTest > canGetToTheCurrentBookOfGeb FAILED
>
>     geb.driver.DriverCreationException at GebishOrgTest.groovy:11
>
>         Caused by: org.openqa.selenium.WebDriverException at
> GebishOrgTest.groovy:11
>
>             Caused by: org.openqa.selenium.firefox.NotConnectedException
> at GebishOrgTest.groovy:11
>
>     geb.driver.DriverCreationException
>
>         Caused by: org.openqa.selenium.WebDriverException
>
>             Caused by: org.openqa.selenium.firefox.NotConnectedException
>
>     geb.driver.DriverCreationException
>
>         Caused by: org.openqa.selenium.WebDriverException
>
>             Caused by: org.openqa.selenium.firefox.NotConnectedException
>
>
> 2 tests completed, 2 failed
>
> :firefoxTest FAILED
>
>
> FAILURE: Build failed with an exception.
>
>
> * What went wrong:
>
> Execution failed for task ':firefoxTest'.
>
> > There were failing tests. See the report at:
> file:///Users/karnold/Downloads/geb-example-gradle-master/build/reports/firefoxTest/tests/index.html
>
>
> * Try:
>
> Run with *--stacktrace* option to get the stack trace. Run with *--info*
> or *--debug* option to get more log output.
>
>
> BUILD FAILED
>
>
> Total time: 5 mins 31.46 secs
>
>
>
> On Monday, March 27, 2017 at 12:11:16 PM UTC-7, Ramesh wrote:
>>
>> this VM machine runs on Windows 2012 server R2 operating system.
>>
>> On Tuesday, March 14, 2017 at 10:57:53 AM UTC-4, Ramesh wrote:
>>>
>>> I am installed Firefox version 52 in remote VM machine. I  use the
>>> latest Selenium 3.3.0  and the latest GeckoDriver. When running a Spec I
>>> noticed that the test crashes at the end (Probably crash happens when the
>>> test tries to close Firefox? ..).
>>>
>>> The same Firefox 52 and Selenium 3.3.0 works fine when it is run in my
>>> local windows machine.
>>>
>>> When I searched online, I see people reporting this issue on many forums
>>> but there haven't been a reply that fixes this issue.
>>>
>>> Did anyone experienced a similar issue and found out why this crash
>>> happens?
>>>
>>> -Ramesh
>>>
>> --
> 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/71928388-b32a-4f97-8be6-963e0a1417f1%40googlegroups.com
> <https://groups.google.com/d/msgid/geb-user/71928388-b32a-4f97-8be6-963e0a1417f1%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%2B52dQQGOoMANivsT4L59_yRUwupgxBnY2Yw6vyyksea5h%3DGtA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to