On Thu, Mar 8, 2012 at 5:04 PM, antonio III cabreira
<antonio.c...@gmail.com> wrote:
> Follow up question on this, I was able to set the custom firefox
> profile that selenium runs that has the proxy values in place. The
> problem I am encountering is, how can I enter the proxy credentials?
> Can I set the credentials also as part of the setup of the firefox
> profile?
I think that the proxy authentication credentials can only be entered
when Selenium server is started. See
http://seleniumhq.org/docs/05_selenium_rc.html#proxy-configuration for
details.
If you are using Start Selenium Server -keyword, you can define the
proxy information like this:
| Start Selenium Server | -Dhttp.proxyHost=proxy.com |
-Dhttp.proxyPort=8080 | -Dhttp.proxyUser=username |
-Dhttp.proxyPassword=password |
When defining the proxy this way, there should be no need for the
custom profile.
hope this helps,
--J
--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To post to this group, send email to robotframe...@googlegroups.com.
To unsubscribe from this group, send email to robotframework-u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/robotframework-users?hl=en.
To unsubscribe from this group, send email to robotframework-users+unsub...@googlegroups.com.