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, I've recently upgraded the Chromedriver and I'm getting the following error message when trying to run a JavaScript on a page. This may be some terrible error on my...

Please see SO question: https://stackoverflow.com/questions/58722758/how-to-specify-firefox-browser-version-for-rseleniumrs-driver

### Operating System Windows 7 ### Selenium Server version (selenium-server-standalone-3.0.1.jar etc.) R Selenium 1.7.5 ### Browser version (firefox 50.1.0, chrome 54.0.2840.100 (64-bit) etc.) Chrome 77.0.3865.90 (Official Build) (64-bit) ### Other...

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

I found an outdated answer on this topic on Stackoverflow (https://stackoverflow.com/a/42417208) by the original author John Harrison of RSelenium. However it is not working with the latest CRAN release of...

### how to trans python scripts downstairs into Rselenium version: `option = ChromeOptions()` `option.add_experimental_option('excludeSwitches', ['enable-automation'])` ### my version not works `eCaps

Using Linux why does google search results page source for anything crash my browser? The example below is reproducible to get the error using a linux google compute engine VM:...

I'm trying to scrap data from a dynamic form page. I'm setting an implicit wait time out that works fine in the first steps of the form. For example, I...

Whenever, I try to run the simplest javascript through ```r remDr$phantomExecute ``` I always get the same error ```r Error in resContent[["status"]] : subscript out of bounds ``` From the...

This piece of code isn't enough to provide valid JS for character options: https://github.com/ropensci/RSelenium/blob/c11dd6922aedd654a2680e7737c63ce534e7c9ce/R/util.R#L288 This bug manifests e.g. when setting the download directory in windows: `RSelenium::makeFirefoxProfile(list(browser.download.dir = "C:\\Downloads"))` The result...

bug