0

I type url chrome://version in chrome browser and I can see command line information.

Can I get the command line information? NOT the browser version but the command line information such as

Command Line "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --flag-switches-begin --flag-switches-end

  • possible duplicate of [detect version of chrome installed?](http://stackoverflow.com/questions/4900436/detect-version-of-chrome-installed) – Teemu Aug 03 '15 at 06:52
  • It is not the version of browser but the command line information. – user5179846 Aug 03 '15 at 07:24

1 Answers1

1

If you want to get the user agent you can follow the advices on this answer Getting the User Agent with JavaScript

Community
  • 1
  • 1
Christophe
  • 2,131
  • 2
  • 21
  • 35