Is there a way to ignore the confirmation dialog box of chrome when press ctrl+p (Version 31.0.1650.63 m). I tried adding \"--kiosk --kiosk-printing\" flags to the end of the “T
You need to make edits to the target when Chrome is completely off, Chrome is not enough to close.
Open task manager, go to processes, find Chrome, end the process, then do your own edits, and when you open Chrome the way you want it to work.
So :
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --disable-print-preview
Or
C:\Program Files (x86)\Google\Chrome\Application\chrome.exe --kiosk-printing
Check this and follow the steps:
Reference