Question

CIBC
CA
Last activity: 13 Aug 2019 12:56 EDT
print pdf document from web browser
Hi,
I have a requirement to print pdf document that is showed via the IE browser without the user interaction (no print pop up required).
the automation steps will be:
(1) bring up the browser with the pdf file url, it will show the document on the browser.
(2) print the document on the default printer without pop up printer window.
I'm planing use the browser.print method to implement this. but i got interrogation issue: the browser can not be matched.
Please show me some advises.
Thanks,