-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proxy Settings using geckodriver 0.12 #470
Comments
If you upgrade to Firefox Nightly and the latest geckodriver, you should be able to send the proxy configuration object as part of |
I'm still having a problem with setting a proxy in this way. Geckodriver version: 0.14.0 Test case: This test case starts a test webserver that returns a page containing "You are viewing a proxied page," instantiates a new session, executes a WebDriver Get URL call to a different host, and then gets the page's source. The source should include Trace Geckodriver log: Summary log lines: |
This issue has been automatically locked since there has not been any recent activity after it was closed. If you have run into an issue you think is related, please open a new issue. |
Firefox Version
51
#geckodriver Version
0.12.0
Platform
Windows/OSX/
I have an issue using setting a proxy for Firefox using the RemoteWebDriver from Selenium.
I read and tried several related issues, which recommended setting the proxy settings as required capabilities inside the desired capabilities, as well as explicitly using the required capabilities of the RemoteWebDriver. Unfortunately none of them worked. Firefox is not using the proxy settings.
Is there a way to set proxy settings using a RemoteWebDriver? I did not read that newer versions of geckodriver fix this, so i did not assume that upgrading would help me.
Best Regards
Frederic
The text was updated successfully, but these errors were encountered: