can't execute rsDriver (connection refused)

后端 未结 3 1713
既然无缘
既然无缘 2020-12-01 02:23

I can\'t get anywhere with R selenium. Here\'s the first step and my output:

library(RSelenium)
rD <- rsDriver()
# checking Selenium Server versions:
#            


        
3条回答
  •  忘掉有多难
    2020-12-01 03:11

    Per the Cran vignette I had to run:

    shell("docker-machine ip")

    Then set the remoteServerAddr to the IP which was returned.

提交回复
热议问题