You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
As a side note, I cannot use chrome since I am trying to use Firefox as a workaround to the not so stable combination of protractor and selenium-docker with chrome (SeleniumHQ/docker-selenium#87).
Any ideas? Thanks!
The text was updated successfully, but these errors were encountered:
fbarbat
changed the title
Setting user agent on Firefox using seleniumAddress does not work
Setting user agent on Firefox and using seleniumAddress at the same time does not work
Nov 5, 2015
Please ask usage and debugging questions on StackOverflow (use the "protractor" tag) or in the Angular discussion group. (Please do not ask support questions here on Github.)
I haven't personally encountered this issue; my gut is that it's to do with selenium. Let's get to the bottom of it on one of the mediums above. Thanks!
Ok, I just find it strange that one way works and the other not. I have checked protractor source and it looks like different code is used to get a web driver (if I had it right):
on directConnect it uses (protractor/lib/driverProviders/direct.js):
Hi,
I want to set a specific user agent using Firefox. If I use directConnect on protractor.conf.js, it works:
However, if I use seleniumAddress instead of directConnect it does not work. For example:
As a side note, I cannot use chrome since I am trying to use Firefox as a workaround to the not so stable combination of protractor and selenium-docker with chrome (SeleniumHQ/docker-selenium#87).
Any ideas? Thanks!
The text was updated successfully, but these errors were encountered: