【发布时间】:2023-03-25 05:00:02
【问题描述】:
我正在尝试安装Rselenium,我得到了这个
Connecting to remote server"
Error: Summary: UnknownError
Detail: An unknown server-side error occurred while processing the command.
class: java.net.ConnectException"
我试过的代码是
install.packages("RSelenium")
library(RSelenium)
startServer()
checkForServer()
mybrowser <- remoteDriver(browserName = "chrome")
mybrowser$open()
mybrowser$navigate("http://www.weather.gov")
【问题讨论】: