Skip to content

Instantly share code, notes, and snippets.

View okoibraun's full-sized avatar
🇳🇬
Techvangelizing and available

Braun Okoi Boniface okoibraun

🇳🇬
Techvangelizing and available
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")