RSelenium
RSelenium copied to clipboard
An R client for Selenium Remote WebDriver
Apologies if this is not the correct format. R code previously worked. I believe the issue is because Chrome recently updated (through my organization) and now the versions downloaded by...
I have an Rscript that uses RSelenium to web scraping. I included this script as a function in my shinyApp. When I run it from my machine (locally) everything works...
I am trying to connect selenium server with internet explorer. `remDr checking iedriver versions: > BEGIN: PREDOWNLOAD > BEGIN: DOWNLOAD > Creating directory: C:\Users\M114569\AppData\Local/binman/binman... > Downloading binary: https://www.googleapis.com/download/storage/... > >...
I am using Windows 7, I have both chrome webdriver version 108.0.5359.71 and geckodriver with version 0.34.0, and also installed mozilla firefox browser with version 115, In this case I...
Hello and thank you for maintaining this package. I'm using `RSelenium` in R to scrape metadata from Google Scholar profiles (e.g., citations, h-index, publication count). My goal is to process...
RSelenium Stop Working 2 days ago. To run the package, you now have to make a payment to use it. but there is no way to pay for the service...
No commits for two years. Still using `wdman`, which also appears abandoned. What are the alternatives?
Tested with: ``` R version 4.4.1 (2024-06-14 ucrt) Platform: x86_64-w64-mingw32/x64 Running under: Windows 11 x64 (build 26100) Selenium Server: 4.0.0-alpha-2 Microsoft Edge Version 132.0.2957.127 (Official build) (64-bit) ``` `switchToWindow `...
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 remDr$open() [1]...
I am using my Office PC running at Windows 11 and I checked the chrome version currently is 131.0.6778.109, and then I went to download the chromedriver from https://googlechromelabs.github.io/chrome-for-testing/ and...