Open MislavSag opened 6 years ago
I have found the solution.
It can be closed.
@MislavSag What was your solution here? I have the same issue.
I have used python instead. Maybe you can run it using reticulate package and RSelenium functions.
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
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?