I can\'t get anywhere with R selenium. Here\'s the first step and my output:
library(RSelenium) rD <- rsDriver() # checking Selenium Server versions: #
Per the Cran vignette I had to run:
shell("docker-machine ip")
Then set the remoteServerAddr to the IP which was returned.