Thanks! After restarting the session it worked.
However, now I'm facing the following error:
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 (https://github.com/ropensci/RSelenium/issues/203). 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?
Thanks again