Skip to content

Instantly share code, notes, and snippets.

View stefan-djurovic's full-sized avatar
🐍
debugging

Stefan Djurovic stefan-djurovic

🐍
debugging
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")
@hackerdem
hackerdem / check_link.py
Last active January 5, 2023 18:22
A simple python script to check broken links of a wesite