views:

334

answers:

1

Hello, how can I access Firefox proxy settings from Python Webdriver and change them to make Firefox use modified proxy settings without needing to restart it?

A: 

I don't think that is possible from the outside of Firefox. Have a look at FoxyProxy. It allows you to define a proxy per URL pattern.

Aaron Digulla