protractor: Heads up: Protractor is not working with Firefox 35/36
Yesterday things were working just fine, but today Firefox got updated and protractor suddenly wouldn’t run the tests anymore. It’d just show the page - like it never requested the whole thing - and, after a while, it shows the Jasmine spec timeout
type of error.
Apparently it’s something related to the driver, since when I downgraded Firefox to 33.1 and ran the tests again, they worked like a charm.
When they release the compatible version (firefox/driver), do I have to update the webdriver-manager
or will protractor
have to be updated as well?
Thanks!
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Comments: 49 (14 by maintainers)
Commits related to this issue
- firefox has been commented out due to angular/protractor#1734 issue — committed to MichalZalecki/anguloffee by MichalZalecki 9 years ago
- fix(webdriver): bump selenium to 2.45.0 Bump selenium-webdriver module and the selenium standalone binary to 2.45.0. Also bump to testing against the two latest versions of chrome. Note that SL does ... — committed to juliemr/protractor by juliemr 9 years ago
- Protractor: firefox 35/36 fails to work Remove firefox from the protractor conf until the bug is addressed: https://github.com/angular/protractor/issues/1734 — committed to dylants/winnings by dylants 9 years ago
We’re taking a look. Here’s what I know so far:
This is not an issue just with Protractor. I can do a test using only webdriverJS against FireFox35 and it fails. Here’s the test:
In the firefox console, I see the error:
Error: Permission denied to access property '0'