Skip to content

Firefox ignores desiredCapabilities proxy settings #478

@tnguyen14

Description

@tnguyen14

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).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions