RSelenium icon indicating copy to clipboard operation
RSelenium copied to clipboard

run Tor browser using Rselenium and docker

Open MislavSag opened this issue 7 years ago • 4 comments

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 avatar May 18 '18 15:05 MislavSag

I have found the solution.

It can be closed.

MislavSag avatar May 22 '18 06:05 MislavSag

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

nbarsch avatar Jun 14 '18 03:06 nbarsch

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

MislavSag avatar Jun 14 '18 07:06 MislavSag

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

nbarsch avatar Jun 16 '18 00:06 nbarsch