I'm just wondering how you would go about setting a specific proxy for each request?!
The following block quote is the only thing the documentation says about this. Also, the documentation only provides an example for Java...
Firefox version 48 and newer - GeckoDriver
Firefox maintains its proxy configuration in a profile. You can preset the proxy in a profile and use that Firefox Profile or you can set it on profile that is created on the fly as is shown in the following example. With GeckoDriver the proxy has to be passed through the required capabilities.
Any advice would be appreciated!