RSelenium error: NotConnectedException

亡梦爱人 提交于 2019-12-05 08:55:09

Updating the selenium server was enough to keep working with my actual firefox version (37.0.1). Running the code:

unlink(system.file("bin", package = "RSelenium"), recursive = T)
checkForServer()

updated my RSelenium build from 2.44 to 2.45. Instantly I was able to open a browser as it used to do.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!