RSelenium
RSelenium copied to clipboard
remDr$open() [1] "Connecting to remote server" Error in `resContent[["status"]]`:
olá, estou tentando conectar o RSelenium no Docker e me dá o seguinte erro:
library(rvest) library(tidyverse) library(dplyr) #install.packages("remotes") # caso ainda não tenha library(remotes) #remotes::install_github("ropensci/RSelenium") #install.packages('RSelenium') library(RSelenium)
remDr <- remoteDriver(
remoteServerAddr = "127.0.0.1",
port = 4445L,
browserName = "chrome",
path = "/"
)
remDr$open()
remDr$open() [1] "Connecting to remote server" Error in
resContent[["status"]]: ! índice fora dos limites
Att