Skip to content
This repository was archived by the owner on Nov 29, 2018. It is now read-only.
This repository was archived by the owner on Nov 29, 2018. It is now read-only.

Unable to set proxy in ChromeDriver like Firefox in Pythonbindings  #2463

@lukeis

Description

@lukeis

Originally reported on Google Code with ID 2463


What steps will reproduce the problem?
1.I have to access a site which is only accessible via proxy
2.I could set a ssl proxy in firefox like :         profile.set_preference("network.proxy.ssl",
"proxyhostname")
profile.set_preference("network.proxy.ssl_port", proxyport)
3.But I don't find a way to set proxy like this in IE or Chrome

What is the expected output? What do you see instead?
I hope to set proxy for them too.

Selenium version:
OS:Windows and Linux
Browser:IE and GoogleChrome
Brower version:IE8,IE9,Googlechrome 13


Reported by glynnistian on 2011-09-15 08:25:15

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions