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
- Host: GitHub
- URL: https://github.com/tufayellus/python-selenium-use-authenticated-proxy
- Owner: TufayelLUS
- Created: 2020-09-25T07:43:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-06T16:46:36.000Z (about 4 years ago)
- Last Synced: 2025-03-30T02:51:12.670Z (3 months ago)
- Topics: automation, chromedriver, python, python-script, selenium, selenium-python, selenium-webdriver, unit-testing, webdriver
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.