-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Firefox 50 and latest protractor/selenium. Timeout issues. #3750
Comments
FireFox support is definitely in flux at the moment. Please see http://www.protractortest.org/#/browser-support - we still recommend firefox 47. Behind the scenes - we're also still trying to figure out how to support geckodriver with firefox for versions higher than 48. |
Hi Julie, Thanks for the reply. Firefox 50 with the above framework seems much more stable then 49 say and other variants. This seems very close now and my tests nearly worked. |
angular/protractor#3750 I changed firefox to chrome and now all works fine.
There are still issues with newer versions of firefox. See angular/protractor#3750
(assigning to you @mgiambalvo because I didn't assign many over issues to you, and I feel like I need to balance) |
To mitigate Firefox multi-process architecture incompatibilities with any web testing tools , use Firefox ESR 45. |
Although that certainly tests any software on Firefox, it doesn't test it on 50+, that is what most users will be using and more importantly what most customers will require. |
Firefox 50 has a bug that affects timeouts in webdriver injected scripts. This bug has been fixed, and we should support testing in Firefox 51+ |
I was struggling hard to find a solution to the FF execution and finally got it working today. |
Hey ! juliemr, |
@erved Firefox47-51ish doesn't work with protractor. Don't even bother trying. Either use Firefox ESR 45. or the latest version. |
@erved , Please don't address questions directly to members. We all try to check the issue list. By the way. FF 47 should work, only with the old driver, secondly also with Selenium 2.53 and not with Selenium 3.x. |
Hi there, I have tried different version of firefox and unfortunately none of them worked. Everytime i running my code, its throwing the following error:
Version that I have
|
@samsul-kabir The web driver looks a little out of date, check here: http://www.seleniumhq.org/download/ |
@inthegarage I have update webdriver using following command:
what would be the best way to update it? |
That's probably the best way, you can check if it matches the version on the list. You'd suspect its probably a Mac issue. |
Does it work with a the simple example script from protractor on FireFox? I don't have any issues here with firefox. |
Hi, any solution to below error: E/launcher - Error: Error: The wires.exe executable could not be foun |
@kalesha67 did you follow the instructions on the link? https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette/WebDriver |
I've decided to see what was happening with Firefox 50, latest selenium and protractor
Here are my versions.
When I use the same test framework on Chrome or Internet explorer, everything just runs fine in my test
However when I use Firefox 50, I get many timeout related errors:
Failed: Error while waiting for Protractor to sync with the page: "[ng:test] http://errors.angularjs.org/1.4.7/ng/test"
Or
Failed: Error while waiting for Protractor to sync with the page: "window.angular is undefined
The place where you get these errors seems to be random.
The tests are the same for all browsers, my capabilities are as follows from the test file:
What is the current status of Firefox and Protractor? Is it supported? Do I need any other options or different versions?
The text was updated successfully, but these errors were encountered: