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

add an option to deactivate chrome echo_cmd

cderv opened this issue · comments

I think this is not required in all case and it would allow to deactivate echoing during test.

We are talking about this

tryCatch(processx::process$new(bin, chrome_args, echo_cmd = TRUE),

and not use TRUE but getOption("crrri.echo_cmd", TRUE) or a more generic crrri.verbose option.