¿Es posible averiguar si el Chrome está funcionando en modo incógnito?
if application "Google Chrome" is running then
tell application "Finder" to display dialog "Chrome is running"
// --> some condition here to check if it is in incognito ?
tell application "Finder" to display dialog "Chrome is running in INCOGNITO mode"
end if
Además, quiero que este scriptse siga ejecutando. Es decir, en cuanto el usuario abra Chrome en modo incógnito mostraré la alerta. Así:
set chromeRunning to false
repeat until application "Google Chrome" is running
if not chromeRunning then
tell application "Finder" to display dialog "Chrome is started in INCOGNITO mode"
set chromeRunning to true
#may be quit the script now..
end if
delay 10
end repeat
¿Es éste el enfoque correcto?
P.D. ¿Puede alguien cerrar la pregunta aquí @ https://stackoverflow.com/questions/26916480/how-to-check-is-chrome-is-running-in-incognito-mode-using-applescript