0

It is possible to run multiple scripts with multiple R sessions, but I can't get two r-scripts involving starting RSelenium server and browser to work. Is there away to make this work?

Example: run one script involving www.bbc.co.uk and another script involving www.wsj.com at the sam time on the same machine.

Roman Luštrik
  • 69,533
  • 24
  • 154
  • 197
Allan A
  • 427
  • 8
  • 17

1 Answers1

0

To answer the question: yes it is possible to do this. One solution is to run one server and then run different remote drivers connecting to that server.

Allan A
  • 427
  • 8
  • 17