Using RSelenium in RStudio only

I am struggling to start up RSelenium after the new update ~3 months ago. I used to be able to just use the simple command:

RSelenium::rsDriver()

Now, I am not using docker, but that is because I did not have to use it in past versions of RSelenium. The output I get is:

checking Selenium Server versions:
BEGIN: PREDOWNLOAD
BEGIN: DOWNLOAD
BEGIN: POSTDOWNLOAD
checking chromedriver versions:
BEGIN: PREDOWNLOAD
BEGIN: DOWNLOAD
BEGIN: POSTDOWNLOAD
checking geckodriver versions:
BEGIN: PREDOWNLOAD
BEGIN: DOWNLOAD
BEGIN: POSTDOWNLOAD
checking phantomjs versions:
BEGIN: PREDOWNLOAD
BEGIN: DOWNLOAD
BEGIN: POSTDOWNLOAD
[1] "Connecting to remote server"
Could not open chrome browser.
Client error message:
Undefined error in httr call. httr output: Failed to connect to localhost port 4567: Connection refused
Check server log for further details.
$client
[1] "No sessionInfo. Client browser is mostly likely not opened."

$server
Process Handle
command   : C:\Users\Public\Documents\iSkysoft\CreatorTemp\Rtmp8wCBHx\file55d815f72c5c.bat 
system id : 24864
state     : exited
Warning message:
In RSelenium::rsDriver() : Could not determine server status.

Does this imply that I cannot use RSelenium in a stand alone version anymore? I would really appreciate this to not be the case. I am using the newest available versions of everything, I believe.

This topic was automatically closed 21 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.