Trying to set up RSelenium as described in this article:
https://www.geeksforgeeks.org/how-to-set-up-rselenium-for-r/
When I try to set up the driver in my R code, I get the following error message:
Could not open chrome browser.
Client error message:
Undefined error in httr call. httr output: Failed to connect to localhost port 4567 after 0 ms: Couldn't connect to server
Check server log for further details.
Warning message:
In rsDriver(browser = "chrome") : Could not determine server status.
I try to check the server log but all I see is:
$stderr
[1] ""
$stdout
[1] ""
Any suggestions?