【发布时间】:2016-06-27 17:59:14
【问题描述】:
我正在尝试在登录后使用 RSelenium 进行网络抓取,但我无法让服务器运行。
当前结果:
library(RSelenium)
startServer()
remDr <- remoteDriver(port = 4444,
browserName = "firefox")
remDr$open()
# [1] "Connecting to remote server"
Error: Summary: UnknownError Detail: An unknown server-side error occurred while processing the command. class: org.openqa.selenium.firefox.NotConnectedException
我已经尝试通过下载并尝试打开它自己运行服务器(没有任何反应)。
【问题讨论】:
-
顺便说一句,请添加一个有意义的标题。它们有助于您的帖子获得更多浏览量。