crrri icon indicating copy to clipboard operation
crrri copied to clipboard

A Chrome Remote Interface written in R

Results 34 crrri issues
Sort by recently updated
recently updated
newest added

As discussed before, the eventemitter feature is generic and still non existing in the R ecosystem. We could separate this class to make it portable so that it could live...

enhancement

In the current version, the `chr_connect()` function connects to the websocket entrypoint `page` found at http://localhost:9222/json, see https://github.com/RLesur/crrri/blob/c873002025b0caf66df895e77617e541d75fccf5/R/chr_connect.R#L241-L246 However, methods of the [`Browser` domain](https://chromedevtools.github.io/devtools-protocol/tot/Browser) can only be sent at the...

bug
enhancement

* r-lib/actions@v2 * Use ubuntu-latest to avoid any deprecation in the future

Hello, I used to use crrri in the past and it worked well. Now I'm running a function written with it after some time and I get the following error:...