RSelenium icon indicating copy to clipboard operation
RSelenium copied to clipboard

An R client for Selenium Remote WebDriver

Results 120 RSelenium issues
Sort by recently updated
recently updated
newest added

### Operating System ``` Platform: x86_64-pc-linux-gnu (64-bit) Running under: Debian GNU/Linux 9 (stretch) ``` ### Expected behaviour no error ### Actual behaviour ```r > library(RSelenium) > remDr remDr$open() [1] "Connecting...

Awaiting further info

### Operating System Travis-CI ### Expected behaviour RSelenium installs on travis ### Actual behaviour Installation/download error seen here: https://travis-ci.org/tdhock/animint2/jobs/657476296#L934 ``` $ Rscript -e 'deps

I'm trying to crawl data from a website using RSelenium. The script below runs perfectly in RStudio (R version 3.5.0) with no issues. Code library(RSelenium) library(rvest) library(xlsx) library(XML) library(RODBC) library(taskscheduleR)...

question

Currently methods like `findElement` are documented in the class help page `?remoteDriver` and in the vignette, but those docs are hard to find quickly. It would be nice if the...

### Problems with makeFirefoxProfile() On AWS EC2 linux With selenium from docker selenium/standalone-firefox:3.141.59 And geckodriver geckodriver-v0.26.0-linux64.tar.gz I am unable to use makeFirefoxProfile() on this machine. **Error messages:** ``` sh: :...

[`netstat::free_port()`](https://github.com/stevecondylios/netstat) is a simple helper that provides an available TCP port from an IANA unassigned range. With `netstat::free_port()`, we can avoid having to manually specify TCP ports during calls to...

I am still new to this forum, forgive me if my question appears to be lame getActiveElement() is not working for me , can anyone help me what I am...

Hi, I'm new to RSelenium and Selenium in general. I've installed RSelenium-Docker, but I can't get any sites to load. Here is the code I'm using: ``` rD rD$open() [1]...

Good evening, I write this question because I have a problem with my Rselenium. I use selenium with R every day, but since yesterday it has stopped working. My code...

I just released a completely flexible launching function for RSelenium that works on both 32bit/64bit Linux, MAC, and WINDOWS, both headlessly and graphically using chrome/chromium OR firefox. If you need...