Saving file getting error

Hi , am trying to save pdf file from website,i have given hotkey as “ctrl+s” but am getting error like “one or more errors occured in sendkey pane”.please can anyone look into this and suggest me how to come out of this.

1 Like

Hi @DivyaT,
Have you used SimulateType property?

1 Like

Is that activity is used within a attach browser activity
Cheers @DivyaT

No ,am not using

Yes within a browser am using

1 Like

is it working manually on clicking Ctrl + s in that page
Cheers @DivyaT

Ha it’s working manually

1 Like

Try to use SimulateType property then and check if this will help.

1 Like

Fine
then it should work, hmm i wonder why it didn’t
–make sure that attach browser is used
–within that attach browser use a click activity and click on the pdf file once
–now use a send hot key activity with key ctrl + s
–make sure that the send window message property is enabled in the property panel

Kindly try this and let us know for any clarification
Cheers @DivyaT

OK thanks for the suggestion I will check and let you know

1 Like

Sure
Cheers @DivyaT

getting same error often,please suggest me is there any other way for saving file.

1 Like

No worries
Kindly share the screenshot of the property panel of send hot key activity if possible and also the workflow where this activity is placed

Cheers @DivyaT

Main.xaml (17.7 KB)

this is my workflow,kindly look into this.

Hello @DivyaT
Instead of using chrome use Internet Explorer as clicking on that link will not redirect you to another page but will directly give you a pop up to download your file like this

ac

.Hence removing the scope of using hotkeys.
This is a sample workflow i had tried for a single link.
HotkeyTask.xaml (10.1 KB)

1 Like