SpyBey adlı üyeden alıntı: mesajı görüntüle
PROXY = "23.23.23.23:3128"
# IP:PORT or HOST:PORT
chrome_options = webdriver.ChromeOptions()
chrome_options.add_argument('--proxy-server=%s' % PROXY)
chrome = webdriver.Chrome(options=chrome_options)
chrome.get("http://whatismyipaddress.com")
dadaskral adlı üyeden alıntı: mesajı görüntüle
hocam chromedriverı python pathine attınız mı? Anladığım kadarıyla masaüstüne atmışsınız chromedriverı. Onu pythonun yüklü olduğu pathe atmayı deneyin.
Çok teşekkür ederim hocam sorun çözüldü