google chrome - Can I get the command line information of running browser using Javascript directly or indirectly? -


can command line information of running browser using javascript directly or indirectly?

for example - information below:

command line "c:\program files (x86)\google\chrome\application\chrome.exe" --flag-switches-begin --flag-switches-end

i don't thinks possible since browsers run js code in sandboxed environment. here list of can javascript in browser https://developer.mozilla.org/en/docs/web/api


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -