RSelenium
RSelenium copied to clipboard
An R client for Selenium Remote WebDriver
I'm using this code in R and get the result > rD
I'm trying access a web service (https://spot.cgsmd.isi.edu/submit.php) using RSelenium with PhantomJS. I don't encounter any issue when using Chrome but with PhantomJS, I cannot navigate to this web page. I...
part of powershell: `cd xx/selenium` ·java -jar .\selenium-server-standalone-3.4.0.jar· 08:12:42.356 INFO - Selenium build info: version: '3.4.0', revision: 'unknown' 08:12:42.356 INFO - Launching a standalone Selenium Server 2017-06-28 08:12:42.496:INFO::main: Logging initialized...
cc @johndharrison Currently, when using R Selenium, all jobs are just marked as `? Complete` when they finish. It would be nice if RSelenium could mark them as passed or...
### Operating System OS X ### Selenium Server version (selenium-server-standalone-3.0.1.jar etc.) 3.1.0 86a5d70 ### Browser version (firefox 50.1.0, chrome 54.0.2840.100 (64-bit) etc.) Version 56.0.2924.87 (64-bit) ### Other driver version (chromedriver...
Travis now runs Docker containers and R is a first class citizen. Can move tests to TRAVIS. Also tackles changes in upstream R regarding testing. - [x] Add api tests...
Hi, I haven't been able to find examples of using setImplicitWaitTimeout or setTimeout. I'm not sure if the function sets timeout for specific actions (like navigating to a page), or...
I've made a custom Chrome profile to test Rselenium. I run the following code: ``` library(RSelenium) checkForServer(update = TRUE) # just to make sure it's updated startServer(args = c("-port 4455",...
Any ideas how I could write a test for functionality that I have implemented in a JavaScript function that is called on mouseover/mouseout events? I found the `mouseMoveToLocation` function but...