I only found documentation regarding HTTP proxies on Splinter,
but sometimes I just want to run ssh -D 1234 some-machine
and get the SOCKS proxy on port 1234
to work with the
Splinter browser. After many tests, I created these examples for Firefox and Chrome and all of them work.
For Web scraping tasks, sometimes having access to all the requests the browser made is a requirement, so I made examples for making this work with selenium-wire also. Since selenium-wire creates a proxy (so it can intercept requests between Selenium and the browser), the proxy configurations must be passed in a different way.