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?
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.
精彩评论