I've configured my windows server environment to auto print to PDF when a print command is executed. (Doesn't prompt for file name or location to save the file)
I also configured windows registry settings for chrome to run in kiosk mode.
chrome.exe --kiosk-printing (This makes it so user/automate does not have to click print on the print dialog) You see the screen open and close quickly
However AutoMate web browser open action using Chrome doesn't open using kiosk mode.
I know we can use run command with flags to open chrome in kiosk mode but then I would not be able to use the browser web actions.
Also can't create chrome web browser session without first using open web browser action.
I didn't see any option in windows or Internet explorer to print in silent mode.