Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Firefox 50 and latest protractor/selenium. Timeout issues. #3750

@inthegarage

Description

@inthegarage

I've decided to see what was happening with Firefox 50, latest selenium and protractor
Here are my versions.

  • Node Version: v5.10.1
  • Protractor Version: 4.0.11
  • Angular Version: 1.4.9
  • Browser(s): Firefox 50
  • Operating System and Version Windows 10
  • Selenium 3.0.1
  • Firefox driver: 0.11.1 (gecko driver)
    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:

    capabilities: {
        'browserName': 'firefox',
        marionette : true,
    }

What is the current status of Firefox and Protractor? Is it supported? Do I need any other options or different versions?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions