-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Firefox 50.1.0 not working #3823
Comments
+1 |
2 similar comments
+1 |
+1 |
Right, firefox is very confused with the latest versions of selenium server. We're investigating what's compatible with what now, with marionettedriver and geckodriver and various versions of selenium. Stay tuned. |
See also #3750 |
(assigning to you @mgiambalvo because I didn't assign many over issues to you, and I feel like I need to balance) |
We will need to update the directConnect provider for Selenium 3.0. However, Firefox is still broken. We can address this once Firefox 51 ships. |
Note that as of Protractor 5.1, we'll support Firefox 51+ and greater. Older versions of Firefox won't work with directConnect, but may work with selenium server and
|
+1 |
+ @seanmay |
Thanks @mgiambalvo. It was driving me nuts why during the middle of the day, Protractor/Firefox had been working fine then suddenly Firefox wouldn't even go to the URL but instead timed out. Looking at Firefox's update history I discovered it had auto-updated from 50.1.0 to 51.0.1 while I was at lunch! There were a few extra hoops I personally had to jump through. Some are Mac-specific, but this might help speed up others with the same issues. 1- OSX doesn't have wget installed by default, but it's an easy install Back in the saddle! |
For me I also had to modify the original workaround slightly:
|
Does anyone know whether Selenium 3.1.0 works or not? |
For me the release of 3.1.0 does seem to have fixed things. (I no longer have to use the above work around) |
@JoshLipps does 'directConnect: true' work for you? |
see logs here |
Same issue as @rahulmr here https://travis-ci.org/benitogf/corsarial
|
@rahulmr how did you start the server manually with the mentioned option ? |
@RaviKlair its a simple one. see below
|
@rahulmr where exactly is your .jar file present ? mine is in the same location as gecko driver. |
It works with this combination selenium server 3.3.1 and gecko 0.15 and
firefox 52. There is a bug for firefox less than 52.
…On Tue, Apr 11, 2017 at 12:31 PM, CodeJockey ***@***.***> wrote:
@rahulmr <https://github.com/rahulmr> where exactly is your .jar file
present ? mine is in the same location as gecko driver.
[image: image]
<https://cloud.githubusercontent.com/assets/24551166/24919740/7e0faedc-1e99-11e7-85ef-1859bb18ba30.png>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3823 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABF6jYdEbIlFiUIGc-o0xBPX3m0FaLUKks5ru6r0gaJpZM4LM9nn>
.
|
@RaviKlair sorry to confuse you. Here is the complete command and I am using protractor 5.1.1 here
|
@rahulmr Thanks for the detailed response! I'm able to start the server with the mentioned cmd but when I run a spec, its not grabbing the gecko driver present in selenium folder, rather its trying to find it in PATH. |
Currently, firefox doesn't work with direct connect with gecko driver
0.15. You need to set --seleniumAddress=
…On Tue, Apr 11, 2017 at 3:56 PM, CodeJockey ***@***.***> wrote:
@rahulmr <https://github.com/rahulmr> Thanks for the detailed response!
I'm able to start the server with the mentioned cmd but when I run a spec,
its not grabbing the gecko driver present in selenium folder, rather its
trying to find it in PATH.
Any comments ?
[image: image]
<https://cloud.githubusercontent.com/assets/24551166/24928130/28d9631e-1eb6-11e7-8210-818f25651f8c.png>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3823 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABF6jWYAWpXNoLzVFWnsvbEDgH2NdnUXks5ru9rdgaJpZM4LM9nn>
.
|
@jlin412 is right . You need to set
|
@rahulmr Right! I've added Sorry for spamming this thread |
@RaviKlair you are right you should stop posting it here. Rather create your own repository and let's play it there. Create issue for yourself. May be you can create travis file. I will try to help you out there. It seems you are overriding some parameters. |
I see this error if you are using firefox less than 52
…On Tue, Apr 11, 2017 at 4:31 PM, CodeJockey ***@***.***> wrote:
Right! I've added seleniumAddress: 'http://localhost:4444/wd/hub' in my
conf file.
So, now if I run my test, it opens up firefox but closes it after 1 sec
and spits out the following error
[image: image]
<https://cloud.githubusercontent.com/assets/24551166/24929535/255a5b1c-1ebb-11e7-8026-564b452eb71f.png>
Sorry for spamming this thread
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3823 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABF6jUv-oX8f6sxoZ9h_m_qhHOOu6JQ2ks5ru-M-gaJpZM4LM9nn>
.
|
@RaviKlair Few checkpoints though.
|
+1, still facing the issue on 5.1.1 FF 52.x |
See #4253 for the issues with directConnect and Firefox 52 in Protractor 5.1.1 |
for this issue Firefox 52.0 and Protractor 5.1.1 is helpful |
Bug report
just run protractor protractor.conf.js
see protractor.conf.js
Firefox is starting but nothing happens, just an empty screen.
The text was updated successfully, but these errors were encountered: