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

Hello, I am trying to run RSelenium under firewall. I successfully installed the libraries: library(httr) set_config(use_proxy(url="proxy", port=port, username="user",password="password")) devtools::install_github("johndharrison/binman") devtools::install_github("johndharrison/wdman") devtools::install_github("ropensci/RSelenium") Then I run the code: library(RSelenium) cprof

Since Firefox version 48, Mozilla requires all add-ons to be signed. Until recently, Firefox support in Selenium was exclusively provided by an add-on. As this add-on is not currently signed,...

Awaiting further info
UnknownError

I have discovered cool Selenium tool today: Gridlastic: https://www.gridlastic.com/ I registered for free and have tried their service. Following you instructions for SauceLabs, I successfully start driver in Gridlasticcloud: ```...

### Operating System ``` Mac OS Mojave ``` ### Selenium Server version (selenium-server-standalone-3.0.1.jar etc.) ``` Selenium server version: 3.141.59, revision: e82be7d358 ``` ### Other driver version ``` $chrome$chromedriverVersion [1] "72.0.3626.7...

If you try to inherit from one of the exported RSelenium classes, such as remoteDriver or webElement, you get an error when trying to initialize the object. > Error in...

### Operating System Ubuntu latest 18.04, latest version of RSelenium using devtools ### Selenium Server version (selenium-server-standalone-3.0.1.jar etc.) Docker version selenium/standalone-firefox:2.53.0 ### Browser version (firefox 50.1.0, chrome 54.0.2840.100 (64-bit) etc.)...

### Operating System Windows 7, but question is about Azure batch ### Selenium Server version (selenium-server-standalone-3.0.1.jar etc.) ### Browser version (firefox 50.1.0, chrome 54.0.2840.100 (64-bit) etc.) Latest Firefox. ### Other...

Hello. I use commands in exactly same way as before: ``` rS

driver-related

Since Firefox version 48, Mozilla requires all add-ons to be signed. Until recently, Firefox support in Selenium was exclusively provided by an add-on. As this add-on is not currently signed,...

driver-related

Hope these are useful: # Upload a file ```R uploadFile

docs