An open API service indexing awesome lists of open source software.

https://github.com/tufayellus/python-selenium-use-authenticated-proxy

Code for using authenticated proxy with selenium chromedriver in python
https://github.com/tufayellus/python-selenium-use-authenticated-proxy

automation chromedriver python python-script selenium selenium-python selenium-webdriver unit-testing webdriver

Last synced: 2 months ago
JSON representation

Code for using authenticated proxy with selenium chromedriver in python

Awesome Lists containing this project

README

        

# How to use authenticated proxy in selenium python chromedriver
Code for using authenticated proxy with selenium chromedriver in python. It enables you to use authenticated proxies in selenium chromedriver for python (normally selenium doesn't allow user authentication for proxies, this code enables this support with help of plugin)

# To change protocol of the proxy (http/https/socks5)
Change this line here
# Courtesy
This plugin code was taken from the internet and been modified to execute with function call.