I have successfully set up a Selenium session with R in a computer, but whenever I run any usual RSelenium functions - say, remDr$open()
, I get the following message:
Error: attempt to apply non-function
I find it extremely confusing, since I've used the same commands in another computer with no issues. Any idea why this is happening?