Print file

Hi,

I have to click cntrl p after data extraction from web page. How do i automate that And save it with the variable. How do i do that?

can you elaborate what exactly your requirement is

like you want to extract data from web page and paste it to some other application like notepad?

Regards

Hi @LAKSHMI_NARAYANA_PEMMASAN

My query is regarding printing a webpage and saving the file using cntrl p. How do i do it?

if you are using Use Application/Browser in mordern design you can use Keyboard Shortcuts and record keys by pressing ctrl + P

or if you are using classic then use send hotkey activity to give ctrl P

next if you get the print window based on the requirement you can proceed with options

If you requirement is just taking screenshot then their is take screenshot activity you can define the path to store

Regards

Hi @LAKSHMI_NARAYANA_PEMMASAN

I am using cntrl p but how do i save the file ?

Hi,
If you are using chrome after doing ctrl+p
image

you can click drop down of Destination where you will get option save as PDF

image

you can save that

check below sample flow i have done for chrome browser defaults

based on your requirement you can define the options and browser and website

AdobePDF.xaml (16.7 KB)

if you still face any issue , let me know the exact details of steps you follow manually

so that will get an idea of what needs to be done

Regards