Skip to content

Instantly share code, notes, and snippets.

View aurishhammadhafeez's full-sized avatar

Aurish Hammad Hafeez aurishhammadhafeez

View GitHub Profile
@aurishhammadhafeez
aurishhammadhafeez / proxy.py
Last active March 27, 2019 06:47 — forked from rajat-np/proxy.py
Proxy authentication using Selenium with Chrome
from selenium import webdriver
from selenium.webdriver.common.proxy import Proxy
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.common.desired_capabilities import DesiredCapabilities
from selenium.webdriver.chrome.options import Options
import zipfile,os
def proxy_chrome(PROXY_HOST,PROXY_PORT,PROXY_USER,PROXY_PASS):
manifest_json = """
{