RSelenium icon indicating copy to clipboard operation
RSelenium copied to clipboard

remDr$open() [1] "Connecting to remote server" Error in `resContent[["status"]]`:

Open EvertonTLima opened this issue 8 months ago • 0 comments

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

EvertonTLima avatar Mar 28 '25 19:03 EvertonTLima