How to change proxy of a ChromeDriver instance?

Viewed 170

The only way to set proxy on ChromeDriver I see is by passing it through options when constructing. I'm trying to reuse ChromeDriver instances, but they need different proxies. How do I change proxy of a ChromeDriver instance?

0 Answers
Related