How to set proxy authentication (user & password) using Python + Selenium

后端 未结 4 401
栀梦
栀梦 2020-11-30 07:52

I am using Firefox WebDriver in Python 2.7 with Selenium. My python program starts Firefox browser and visits different websites when I run the program. But, I need to set t

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-30 08:32

    In an addition to the answer with extension.

    You can also use form filling to dynamically change credentials on your proxy. Just load the extension page, fill the form automatically and click save!

提交回复
热议问题