Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are the Chrome command line switches / parameters?

Where can I find a list of command line switches to use with Chrome and chromedriver?

like image 380
joost Avatar asked Jan 15 '14 11:01

joost


1 Answers

  • For Chromium find a list here: https://chromium.googlesource.com/chromium/src/+/master/chrome/common/chrome_switches.cc

  • or (in a more readable format) here: http://peter.sh/experiments/chromium-command-line-switches/

like image 124
joost Avatar answered Sep 28 '22 18:09

joost