ide kullanmadan deneyin hocam
options = {
'proxy': {
'http': 'http://username:password@host:port ',
'https': 'http://username:password@host:port ',
'no_proxy': 'localhost,127.0.0.1,dev_server:8080'
}
}
driver = webdriver.Chrome(executable_path=driver_path,seleniumwire_options=options) # hocam şimdide option kısmında hata veriyor :(