5
我正在使用RSelenium,我想打開並導航Google Chrome。然而,當我想打開從R.下面的代碼瀏覽器使用我總是得到一個錯誤:如何使用RSelenium打開Google Chrome?
library("RSelenium")
startServer()
mybrowser <- remoteDriver(browserName = "chrome")
mybrowser$open()
[1] "Connecting to remote server"
Error: Summary: UnknownError
Detail: An unknown server-side error occurred while processing the command.
class: java.lang.IllegalStateException
相同的代碼工作的Firefox瀏覽器。我能做些什麼呢?
謝謝 - 文檔根本沒有提到這些步驟! – Zelbinian