Forums

Using proxy in console

I have an app that uses selenium and I've found out that neither chromedriver nor selenium has a functionality for setting up proxy with auth(username:password@proxy). If is there some way to set up proxy for whole console? Also, my account is paid

I can't think of any way to do that, no. But I did Google around and noticed this Stack Overflow answer where they suggested that by using an extra module called selenium-wire you might be able to add on authenticated proxy support -- maybe worth a look?