I am using Excel with Selenium to control a web application over a browser. I have automated almost all of my functions except for one.
There is a page where I can click a link to print. I am not trying to print the web page. The button will print a document associated with the link on the web page.
Selenium controlled all the web page interactions. However, once I automate the push of the print button on the web page, a windows Print dialog window appears.
This is where Selenium cannot control.
Is there a way I can use VBA to control that Print dialog box to set print to PDF and specify the save to location?
Any help would be greatly appreciated.
There is a page where I can click a link to print. I am not trying to print the web page. The button will print a document associated with the link on the web page.
Selenium controlled all the web page interactions. However, once I automate the push of the print button on the web page, a windows Print dialog window appears.
This is where Selenium cannot control.
Is there a way I can use VBA to control that Print dialog box to set print to PDF and specify the save to location?
Any help would be greatly appreciated.