-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Firefox crashes on test startup, then restarts and runs test just fine. #2297
Comments
Is that all the information you have? What browser/java/webdriver/OSX versions are you using? |
I am running protractor (2.1.0) on a mac with yosemtie (OSX 10.10.3), and testing an angularJS app, on Firefox (39). I get the same pop up before each test. It doesn't seem to affect whether the tests pass or fail, but it is really annoying. Any suggestions? |
What are the version numbers? |
Same happens to me , my FF v is 39.0.
`[firefox #2] JavaScript error: chrome://fxdriver/content/server.js, line 38: NS_ERROR_XPC_CI_RETURNED_FAILURE: Component returned failure code: 0x80570015 (NS_ERROR_XPC_CI_RETURNED_FAILURE) [nsIJSCID.createInstance]``` |
Yeah, I'm sorry I posted with so little information. The chrome one is a hard bug to explain. I'll focus on only the firefox one. I edited the original comment to only focus on the firefox issue. Since that one happens every time. I'm running Java 1.8.0_45, Firefox 39 (this also happened with firefox 38), Selenium 45.0.0, OSX 10.10.4, Protractor 1.8. Also, this issue is NOT happening on Windows. |
I posed this question, that peterhendrick originally asked, on stack overflow and got an answer. Seems that any firefox version after 37 isn't compatible with Selenium. When I downgraded to 37, no pop up. The stack overflow link is here: http://stackoverflow.com/questions/31322951/why-does-firefox-error-message-pop-up-when-running-protractor-test. |
Thanks @LucTheDuke! You're a hero |
Wow, do I really still have to downgrade to Firefox 37 to get things to work? I just downgraded from 40 and things are working but I want to test the latest browsers. |
When I run a test with firefox, it will start up, then crash immediately and give me a dialog saying firefox has quit unexpectedly, then immediately after that, it restarts and runs the test. This happens on every firefox test run.
I cannot figure out what the problem is. I'm using protractor 1.8 and in protractor 2.1 it is exists as well.
Immediately after firefox quits, it automatically restarts and runs the test.
The text was updated successfully, but these errors were encountered: