How to take print out of a Web Page

Hi Team,

I have a use case for saving the Web Page print as a PDF file.

My web page is loading, but how do I open the option of Print Dialog box?

For Automation stability in this scenario, you can run PowerShell script for this in Automation Studio Enterprise with scenario of saving the Web Page print as a PDF file.

I was able to automate this by opening the Context Menu followed by Windows Automation.

Thanks for the help.

https://www.edgeverve.com/assistedge/knowledge-base/RPA19.1/Automation_Studio/Configuring-Automation-Processes/Process_Components/Applications/Multimodal_Interface/Web_Mode.htm#:~:text=selected%20UI%20element.-,Open%20Context%20Menu,--%20Opens%20the%20context

Hi @Mantri
Could you please share your solution in details. This will help me to automate similar use case.

Yes sure,

First Step - Focus Window

image

Second Step - Open Context Menu

image

Third Step - Press P key

image

Then Windows Automation Steps of Clicking Print Button, Providing File Name and Clicking Save