RLesur / crrri

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

Add support and document about New Edge Chromium #89

Open cderv opened 4 years ago

cderv commented 4 years ago

New Edge browser is officially out and it is based on Chromium now, offering the Chrome Devtools Protocol - same one as in Chrome or Chromium headless.

Here are some ressources on this new version:

I already tested a few examples and it works with crrri just by replacing HEADLESS_CHROME env var or changing the path to browser. Even perform_with_chrome works fine.

How do we want to support it ?

RLesur commented 4 years ago

IMO, documenting it should be sufficient.