RSelenium with Docker. Error in checkError(res) RSelenium with Docker. Error in checkError(res) docker docker

RSelenium with Docker. Error in checkError(res)


the selenium/standalone-chrome listen to the 4444 port. that's why you should to map yo 4444 port.

run as docker run -d -p 4445:4444 selenium/standalone-chrome