Questions tagged [rsdriver]

3 questions
6
votes
1 answer

RSelenium concurrent users for multiple scenarios on Shiny

I am trying to do a charge test with RSelenium on my deployed Shiny application. Several users connect to the adress and do random tasks at the same time. I have searched doParallel but the number of concurrent process is limited by numbers of core…
Clemsang
  • 3,708
  • 1
  • 19
  • 32
1
vote
1 answer

Failing to run RSelenium behind Company Proxy, though GET requests work?

I am attempting to run RSelenium behind my company's proxy and can connect successfully via GET requests, but I am unable to properly run the rsDriver() function. set_config(use_proxy(url = "proxy.company.com", port = 80, …
1
vote
1 answer

This version of ChromeDriver only supports Chrome version 84

I'm trying to run RSelenium: rD <- rsDriver(port = 4567L, browser = "chrome") and get the following error Selenium message:session not created: This version of ChromeDriver only supports Chrome version 84 Build info: version: '4.0.0-alpha-2',…
Bullzeye
  • 139
  • 1
  • 10