I would like to go through a proxy for some urls but not for all when executing my python program. I am a beginner on selenium (and python in general), manually I used foxyproxy on my firefox but automatically thanks to selenium I do not know how to proceed.
Is it possible to switch to a proxy in the middle of the code?
Thanks for your help