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
Post a Comment