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

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,...

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,...

This is a suggestion to auto-detect the proper ChromeDriver version because [it happens regularly](https://stackoverflow.com/a/56173984/7196903) that the default setting `chromever = "latest"` selects a ChromeDriver version that's ahead of the current...

Hi, I am writing some vignettes on RSelenium for a package I am developing. The vignette leverages docker and Selenium to webscrape a particular site. I do plan to submit...

### Operating System macOS Catalina 10.15.7 ### Selenium Server version (selenium-server-standalone-3.0.1.jar etc.) 4.0.0-alpha-2 ### Browser version (firefox 50.1.0, chrome 54.0.2840.100 (64-bit) etc.) Chrome 89.0.4389.82 ### Other driver version (chromedriver 2.27,...

remDr$log("browser") shows `console.warn()` and `console.error()` messages, but does NOT show `console.log()` messages. The expected behavior is that console.log() outputs would also be shown. Please find a reproducible example below: ```...

Hello everyone! I'm sorry for opening an issue for this since it is more of a question, but I don't know where to ask. I need to prevent my page...

I am getting Timeout was reached: [www.googleapis.com] Connection timed out after 10000 milliseconds error while running the rsDriver() function to open up the internet explorer via my business laptop. CODE:...

I am trying to write/send a hex color using rselenium, but it shows green color.... ``` library(RSelenium) rD

Hi RSelenium devs, RSelenium has come a long way in the last three years! Thank you all for you work on it. It's far less cumbersome to use now that...