RLesur / crrri

A Chrome Remote Interface written in R
https://rlesur.github.io/crrri/
Other
157 stars 12 forks source link

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

Open ColinFay opened 4 years ago

ColinFay commented 4 years ago
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.

cderv commented 4 years ago

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

MinglunZhu commented 3 years ago

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