Thanks @mdmintz for the support, but I am not using wire. I am using the Driver() option as follows: `proxy_d = f"{self.PROXY_USER}:{self.PROXY_PASSWORD}@{self.PROXYURL}:{self.proxy_randomport}" driver = Driver(uc=True,user_data_dir=user_data_dir, multi_proxy=True, proxy=proxy_d)` i want to change new proxy in running browser. _Originally posted by @gouravkumar99 in https://github.com/seleniumbase/SeleniumBase/issues/1807#issuecomment-1716028657_