RSelenium not working with Firefox
I know my question is similar to this one , but he's trying to use Chrome while I'm trying to use Firefox (47.0.1). So basically, I'm trying to use RSelenium. Here is my code : > library(RSelenium) > checkForServer() > startServer() > mybrowser <- remoteDriver() > mybrowser$open() And with that last line, I get the following error. [1] "Connecting to remote server" Error: Summary: UnknownError Detail: An unknown server-side error occurred while processing the command. class: org.openqa.selenium.WebDriverException I tried removing-reinstalling the RSelenium package. I also tried what this