ropensci / RSelenium

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

run Tor browser using Rselenium and docker #173

Open MislavSag opened 6 years ago

MislavSag commented 6 years ago

Is it possible to run RSelenium commands using Tor browser?

I pulled following docker image: https://hub.docker.com/r/dperson/torproxy/ and run it in docker: docker run -it -p 8118:8118 -p 9050:9050 -d dperson/torproxy

How can I now open tor broesr using RSelenium?

MislavSag commented 6 years ago

I have found the solution.

It can be closed.

nbarsch commented 6 years ago

@MislavSag What was your solution here? I have the same issue.

MislavSag commented 6 years ago

I have used python instead. Maybe you can run it using reticulate package and RSelenium functions.

nbarsch commented 6 years ago

I've opened a bounty on Stack Overflow if anybody can figure it out in R: https://stackoverflow.com/questions/50829457/rselenium-with-tor-with-new-rselenium-version