How do I change the proxy of a ChromeDriver instance?

The only way I can see to set the proxy in ChromeDriver is by passing it through parameters when constructing. I am trying to reuse instances of ChromeDriver but they need different proxies. How do I change the proxy of a ChromeDriver instance?

+3


source to share





All Articles