RLesur / crrri

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

add some more default flags to launch chromium #92

Open cderv opened 4 years ago

cderv commented 4 years ago

Inspirations : https://github.com/puppeteer/puppeteer/blob/master/lib/Launcher.js#L262

Like --disable-features=TranslateUI to not get the translate box in headful mode or --disable-sync

Full list: https://peter.sh/experiments/chromium-command-line-switches/