RSelenium
RSelenium copied to clipboard
An R client for Selenium Remote WebDriver
### Operating System Windows 10 ### 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 - 87.0.4280.88 ### Expected behaviour client$switchToWindow(WindowId= xx) Should...
It looks like the "buttondown" in "...the next mouse-related command that should follow is **buttondown**" should be "buttonup"; https://github.com/ropensci/RSelenium/blob/31b023293eaffe39f08f17c7abce7fd01a4e2c07/R/remoteDriver.R#L998-L1003
How can i handle username and password authentiaction through RSelenium, when working through a proxy server and Chrome? This is what I have tried so far, but no luck yet......
### Operating System mac64 ### 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 88.0.4324.87 ### Other driver version (chromedriver 2.27, geckodriver v0.11.1,...
While trying to set an Implicit Wait Time I get the following error: res$setImplicitWaitTimeout(milliseconds = 10000) Selenium message:POST /session/386835f4-3708-4716-b598-f92fd115a871/timeouts/implicit_wait did not match a known command Build info: version: '4.0.0-alpha-2', revision:...
hi, when passing the arguments to getChromeProfile(), checking the actual directory in app data - there is no user name, or profile indicator - what should be the 2nd argument?...
Hi, I have installed the RSelenium package in my Ubuntu server hosted in AWS. However whenever I try to access any webpage with it I get error saying "_DevToolsActivePort file...
I have an Rscript that uses RSelenium to collect data (I cannot use rvest because the webpage uses javascript). I included this script as a function in my shinyApp (I...
### Operating System Windows 10 Pro ### Selenium Server version (selenium-server-standalone-3.0.1.jar etc.) RSelenium 1.7.7 ### Browser version (firefox 50.1.0, chrome 54.0.2840.100 (64-bit) etc.) Firebox 76.0.1 and Chrome 84.0.4147.30 (Official Build)...
Hi, I am trying to use `remoteDriver(browserName = "chrome")` and I find a fatal error. I wish you can help me, please. The steps I follow are: - My sessionInfo:...