Hi,
I am trying to start on RSelenium on my laptop but the server fails to start. The issue could have been with the Google Drivers but I have followed the guide mentioned on this page: Error with binman and chrome driver directory (RSelenium)
So I have downloaded the old drivers and used the command prompt to run it. Following that, I run the following code
library(RSelenium)
remDr <- remoteDriver(browserName = "chrome",port = 1234,
remoteServerAddr = "localhost")
remDr$open()
Sys.sleep(1)
However, I get the error:
[1] "Connecting to remote server"
Error in checkError(res) :
Undefined error in httr call. httr output: Failed to connect to localhost port 1234 after 2245 ms: Connection refused
I am attaching a screenshot of the command prompt as well. Please do let me know if a solution is found.