chromote
chromote copied to clipboard
Chrome Extensions
I'm not sure if it's even possible, but can/will there be future support to enable Chrome Extensions when running the browser? Currently I see that my extension is installed but when I try to enable it, it doesn't do anything. Possibly because the session loads in devtools?
Apparently it's possible by starting Chrome with the flag --headless=new
instead of just --headless
.
https://stackoverflow.com/a/75179479 https://developer.chrome.com/docs/chromium/new-headless
That would require a change here: https://github.com/rstudio/chromote/blob/916ebc5fd3de58dc655e1751fc9462de48fedd45/R/chrome.R#L175