RSelenium
RSelenium copied to clipboard
An R client for Selenium Remote WebDriver
library(RSelenium) remDr
Hi, I'm trying to set up tests for my Shiny app with your package, but not all examples work for me. For instance now I can't use selectInput text. Even...
#### Example Use case I presently call an rscript that executes roughly every 10 minutes. The use case is roughly: 1. call `phantom()`/start GhostDriver 2. navigate & login 3. browse...
Hello all! I am looking for a new maintainer(s) for RSelenium, wdman, and binman packages. If you're interested, please comment in the issue. For more info, see - [rOpenSci guidance...
Is it possible to attach an RSelenium session to an already open browser? I have found instructions on how to do this in python by opening a Chrome debugger browser...
I have just updated Chrome, and RSelenium has stopped working. Running `rsDriver` fails as shown below. ### Operating System: MacOS 12.7.3 ### Selenium Server version (selenium-server-standalone-3.0.1.jar etc.) Not sure how...
All, I have the following issue. Hopefully, someone can help me with this. After hanging on a website for some minutes, I get the following error message: _Error in .Call(R_curl_fetch_memory,...
I was not able to find a [solution ](https://stackoverflow.com/questions/77918705/how-to-use-shortcuts-with-rselenium?noredirect=1#comment137386208_77918705) on the web about this. So I am trying here. The question is, can RSelenium handle hotkeys? I noted that only...
I am having an issue with getting a server connection using the rsDriver function using this code: `driver
I am struggled for several days, trying to get connected to the Selenium server running on remote docker machine (not my localhost). I have installed Docker on Ubuntu 20.04. Running...