Where is the documentation for how to set Firefox options and web driver configurations? I want to run my web driver through a proxy server supplied by another docker image (scrapinghub/crawlera-headless-proxy) but I can find no rSelenium documentation for how to forward the selenium activities through the port where the proxy server is listening.
Actual behaviour
Web driver works but goes direct to internet via host IP instead of through the crawlera service. ( Crawlera service is operating but only at port 3128.)
Operating System
MacOS Catalina, also AWS Linux
Selenium Server version
docker image selenium/standalone-firefox
Problem / Desired behaviour
Where is the documentation for how to set Firefox options and web driver configurations? I want to run my web driver through a proxy server supplied by another docker image (scrapinghub/crawlera-headless-proxy) but I can find no rSelenium documentation for how to forward the selenium activities through the port where the proxy server is listening.
Actual behaviour
Web driver works but goes direct to internet via host IP instead of through the crawlera service. ( Crawlera service is operating but only at port 3128.)