-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
Description
Meta -
Image(s):
standalone-firefox, standalone-firefox-debug
Docker-Selenium Image Version(s):
3.1.0
OS:
RHEL 7.3
With the following proxy settings:
desiredCapabilities: {
proxy: {
proxyType: 'manual',
httpProxy: 'proxy.corp.com:8080',
sslProxy: 'proxy.corp.com:8080',
noProxy: 'localhost'
}
}Expected Behavior -
The browser session will use the proxy settings
Actual Behavior -
Proxy is not observed in Firefox. It works when using the chrome versions however (standalone-chrome and standalone-chrome-debug).