RSelenium Server just won't start

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.

Check the most current version of Chrome driver version.

# change the port
port = 4444

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.