RSelenium icon indicating copy to clipboard operation
RSelenium copied to clipboard

An R client for Selenium Remote WebDriver

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

hi boss, @johndharrison do u have a plan to bring Appium into R ? u know mobile's world-wide spreading bring lots of apps, so if wanna info from app by...

feature request

http://rpubs.com/johndharrison/RSelenium-Docker Greetings, I am trying to download a ScienceDirect article through RSelenium. ### Operating System Ubuntu 16.04.4 LTS ### Selenium Server version (selenium-server-standalone-3.0.1.jar etc.) docker run -d -p 4445:4444 selenium/standalone-firefox:2.53.0...

I played around wir RSelenium and found a successful way to handle it with internet explorer (firefox gave error on client close and chrome closes after window open with error)....

I have run one docker hub and 2 docker nodes: ``` docker run -d -p 4446:4444 --name selenium-hub -P selenium/hub docker run -d -P --link selenium-hub:hub selenium/node-chrome-debug docker run -d...

I have following Rselenum code: ``` library(RSelenium) remDr

Hi, I haven't used RSelenium before so I'm not sure what to do at this point. I already invested several hours of research to solve the problem below. I hope...

According to this topic: `https://stackoverflow.com/questions/46101552/cant-set-up-profile-with-latest-version-of-rselenium-for-firefox?noredirect=1` I'd like to know how to apply prefabricated firefox profile to RSelenium driver or, if it's too hard, how to use older version by simply...

On following site: https://stackoverflow.com/questions/38950958/run-rselenium-in-parallel, I have found out how to open multiply browsers (sessions) in parallel using parallel package: ``` library(RSelenium) library(rvest) library(magrittr) library(foreach) library(doParallel) # number of cores (cl...

### The Problem When combining Rselenium with phantomjs I get an error -- since very recently / this code worked a week back. ```r library("RSelenium") selenium_engines

### Operating System: MAC OS Sierra 10.12.6 ### Selenium Server version (selenium-server-standalone-3.0.1.jar etc.) ### Browser version: Chrome Version 61.0.3163.100 (Official Build) (64-bit) ### Other driver version: Docker: Version 17.09.0-ce-mac33 (19543)...