RLesur / crrri

A Chrome Remote Interface written in R

Home Page:https://rlesur.github.io/crrri/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggestion: automatically find a free port if the specified is not.

ColinFay opened this issue · comments

httpuv::randomPort()

Allows to find a free port. Would be nice to have this implemented — use the default if available, if it's not switch to a random one.

seems like a good idea. I don't see why not...
@RLesur what is your take on this one ?

I have a related question. Is it possible to run multiple headless chromes? Or have multiple pages or multiple tabs concurrently?