Closed ColinFay closed 5 years ago
I agree with Romain, this
client <- chrome$connect(callback = ~ NULL)
is the way to go get back the client, and not the promises.
If you don't want to get the inspector in the viewer, don't use it as callback and use another callback.
Especially when running
chrome
in non headless mode, we get the Viewer + the browser:This PR allows to get the client without opening the Viewer:
Might also be useful when using
{crrri}
as a tool for testing web app.