Hayrettin adlı üyeden alıntı: mesajı görüntüle
chrome = webdriver.Chrome(seleniumwire_options=options)
yukarıdaki kodun olduğu kısmı aşağıdaki gibi değiştirin.

chrome_options = Options()
chrome_options.add_argument("user-agent=" + user_agent)
chrome = webdriver.Chrome(seleniumwire_options=options, chrome_options=chrome_options)
ve aşağıdaki kütüphaneyi projenize dahil edin.
from selenium.webdriver.chrome.options import Options
teşekkürler. ancak olmadı. projeyi başlatıyorum öylece bekliyor. hata vermiyor.