     在初试化服务器的时候,一开始会显示Selenium server is up and running. 而后就报错 library(devtools) install_github(repo="Rwebdriver",username="crubba") .libPaths("D:/R/library") library(Rwebdriver) library(XML) ###创建一个新的浏览器窗口,告诉服务器要产生的是一个FireFox浏览器窗口 start_session(root="http://localhost:4444/wd/hub/",browser="firefox") 