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.
No ,am not using
Yes within a browser am using
Ha it’s working manually
Try to use SimulateType
property then and check if this will help.
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
getting same error often,please suggest me is there any other way for saving file.
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
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
.Hence removing the scope of using hotkeys.
This is a sample workflow i had tried for a single link.
HotkeyTask.xaml (10.1 KB)