Closed
Description
I am using your Seleniumbase Driver with proxy. But proxy_bypass_list is not working in that.
proxy_d = f"{proxy_user}:{proxy_password}@{proxy_host}:{proxy_port}" driver = Driver(uc=True,user_data_dir=user_data_dir, multi_proxy=True, proxy=proxy_d,proxy_bypass_list="*ipinfo.io")
Can you tell me whether i am using the correct method?