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")
selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable needs to be in PATH. Please see https://sites.google.com/a/chromium....omedriver/home

Böyle bir hata alıyorum hocam kodu aşağı da ki kodu ekleyince de AttributeError: 'WebDriver' object has no attribute 'add_argument' böyle bir hata alıyorum
chrome_options = webdriver.Chrome(executable_path='C:\Users\mahmu\O neDrive\Masaüstü\chromedriver.exe')