-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Add DirectConnect Support for Firefox 51+ #4005
Comments
We're hoping for Monday. You should be able to test on Firefox 51 using
selenium standalone until then. You can see how our CircleCI config does it
for an example:
https://github.com/angular/protractor/blob/master/circle.yml
…On Tue, Jan 24, 2017 at 3:18 PM, Andrew Lane ***@***.***> wrote:
@mgiambalvo <https://github.com/mgiambalvo> How soon can we expect the
next release? :)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4005 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAlR5VQ4xIPeZm3eAKOkgzx5Ayn6b4qks5rVobhgaJpZM4Ls3sy>
.
|
I am using Protractor 5.1.1 + webdriver-manager 12.0.2, directConnect true doesn't work with FF 51.0.1. I still have connection timeout issue.
Did I do something wrong here? |
I am having the exact same issue as @joeydaowang, using selenium-server-standalone-3.2.0. Any news on this? |
same issue as @joeydaowang; protractor 5.1.1, webdriver-manager 12.02 and FF 51.0.1. |
@joeydaowang @ngie-mp I think you should enable |
@glepretre I tried with marionette enabled. It didn't help. |
@joeydaowang me too having same issue with latest protractor version and latest webdriver |
See the newest issue with directConnect here: #4253 If you're on FF52 and Selenium 3, you no longer need to set marionette (it's true by default). |
Currently
directConnect
can't be used with FF 48+. FF 51 was however released today (January 24th) and should now be able to fully support Protractor.The two other issues impacting
directConnect
have been fixed:This will also require a Selenium 3.0.2 release
Current Working FF configuration with
directConnect
:Browser: FF 47.0.2
Protractor: 5.0.0
Node: 7.4.0
OS: Win 7 Enterprise
The text was updated successfully, but these errors were encountered: