ropensci / RSelenium

An R client for Selenium Remote WebDriver
https://docs.ropensci.org/RSelenium
344 stars 81 forks source link

How to configure to forward through a proxy server port? #222

Closed ajduncanson closed 4 years ago

ajduncanson commented 4 years ago

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.)

ajduncanson commented 4 years ago

I've opened a new issue, a little further down the track.