kkpatel
(Kamal)
July 25, 2022, 2:51pm
1
Hi All
I want to save a pdf file from Microsoft Edge. For that I am passing Ctrl, Shift and S in Send Hot Ket activity.
But its throwing error: Special keys syntax error. Encountered invalid special key at text position: 21
Also I tried with TypeInto activity. But nothing is working.
postwick
(Paul Ostwick)
July 25, 2022, 3:16pm
2
How about just clicking the download icon?
kkpatel
(Kamal)
July 25, 2022, 3:20pm
3
there is no download button.
We are using Edge browser in IE mode.
kkpatel
(Kamal)
July 25, 2022, 4:01pm
4
Hello @kkpatel
Can you share the screenshot of the workflow created and the screenshot of the application here?
Thanks
Hi @kkpatel ,
Check the post below which describes the error and it’s possible resolution.
While input password with the Type into activity the bot is failing with the below error:Special keys syntax error. Encountered invalid special key action at text position: x.
The escape sequence for "[" would be "[[" in UiPath.
Replacing a single bracket with the double bracket before feeding into the Type activities will resolve the issue.
Let us know if it doesn’t help.
kkpatel
(Kamal)
July 26, 2022, 5:44am
7
Kindly open and check. This post is just a question, there is no answer.
Veera_Raj
(Veeraraj Sethuraman)
July 26, 2022, 5:54am
8
for save you can use ctrl+s enough
Hi @kkpatel
if you want to save PDF use Ctrl+S only.
Thanks,
Raj
So is this pdf opening in msedge after some click activity in the browser?
RK_0
(RK)
July 26, 2022, 6:36am
13
Hi,
If your requirement is to download the pdf and if you are able to access url for the pdf file in edge browser.
Try using HTTP request pas the url as in endpoint and folder path in resource path.
package: uipath.webapi
Try this and let me know
kkpatel
(Kamal)
July 26, 2022, 6:38am
14
Not getting a clear picture on this.
This url is automatically opened after clicking a button.
If I use the URl is http request how will it download into my local ?
RK_0
(RK)
July 26, 2022, 6:44am
15
Yes, if you can access the url with activities such as "get url’ or “get attribute”
and pass the url to http request in end point in properties and folder path in resource path. you can download to local
Reference
UiPath.WebAPI.Activities.HttpClient Enables you to perform HTTP requests to a specified web API. When first dragging this activity to the Designer panel, the HTTP Request Wizard window is displayed, providing an easier way of building requests and...
@kkpatel ,
Have you checked the Last Line in the above post shared ? I have highlighted in the below Screenshot :
Let us know if this is already done or tested and you’re still facing the issue.
kkpatel
(Kamal)
July 26, 2022, 7:05am
18
Exactly ! It worked when I removed the attach activity and also the selectors from the Send Hot Key.
1 Like
system
(system)
Closed
July 29, 2022, 7:06am
19
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.