我想在登錄後面使用RSelenium進行網絡抓取,並且無法運行服務器。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
我已經嘗試通過下載並嘗試打開它(沒有任何反應)運行的服務器自己。
另外,請添加一個有意義的標題。他們幫助您的帖子獲得更多意見。 –