Installing Java was the right call, but R is having problems to find out where is installed, you can specify the path by setting the JAVA_HOME environmental variable, how to do it, depends on your operating system, Can you provide more information?
Where are you setting JAVA_HOME? If you simply set it on the R console it is going to work just for that individual session and it is very likely that you need a session restart. It is better to set it on a startup file like Renviron.site or Rprofile.site
Could not open chrome browser.
Client error message:
Summary: SessionNotCreatedException
Detail: A new session could not be created.
Further Details: run errorDetails method
Check server log for further details.
I've been reading and it may be due to the fact that the driver is not compatible with the current version of chrome (Error could not open chrome browser · Issue #203 · ropensci/RSelenium · GitHub). My chrome version is 86.0.4240.111 , but my "available driver versions" seem to be "85.0.4183.87", "86.0.4240.22", or "87.0.4280.20" (I obtain this information by running binman::list_versions("chromedriver"). Do you know if there is any way to make these things compatible?