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.
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 ?
Just documenting this ?
new sets of functions that would be wrapper to default to Edge ?
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 replacingHEADLESS_CHROME
env var or changing the path to browser. Evenperform_with_chrome
works fine.How do we want to support it ?