Skip to content

Instantly share code, notes, and snippets.

View hamzarana07's full-sized avatar

Hamza Rana hamzarana07

  • Karachi, Pakistan
View GitHub Profile
from selenium import webdriver
from selenium.webdriver.chrome.options import DesiredCapabilities
from selenium.webdriver.common.proxy import Proxy, ProxyType
import time
co = webdriver.ChromeOptions()
co.add_argument("log-level=3")
co.add_argument("--headless")