Firefox 52 crashes at the end of the test - Using Selenium 3.3.0 and latest GeckoDriver

145 views
Skip to first unread message

Ramesh Natesan

unread,
Mar 14, 2017, 10:57:53 AM3/14/17
to Geb User Mailing List
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
Firefox 52 Crash.png

Ramesh

unread,
Mar 27, 2017, 3:11:16 PM3/27/17
to Geb User Mailing List
this VM machine runs on Windows 2012 server R2 operating system.

Kacey Arnold

unread,
Apr 12, 2017, 5:29:17 PM4/12/17
to Geb User Mailing List
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

Marcin Erdmann

unread,
Apr 13, 2017, 3:08:27 AM4/13/17
to geb-...@googlegroups.com
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.

--
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 geb-user+u...@googlegroups.com.
To post to this group, send email to geb-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/geb-user/71928388-b32a-4f97-8be6-963e0a1417f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages