Question
Capgemini Technology Services India Limited
IN
Last activity: 16 Oct 2018 12:03 EDT
Downloading an attachment from ie11
I have gone thorugh the previous post regarding this, and followed the same, But i am unable to resolve this issue, Please provide me a solution that How to Handle with downloading an attachement file from IE11.
Thank you in advance!!
***Moderator Edit: Vidyaranjan | Updated Categories***
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Capgemini Technology Services India Limited
IN
Hi Pravalika,
I rosolved this issue by using the following script.
using System.Windows.Automation;
using OpenSpan.Diagnostics;
OpenSpan.Adapters.Controls.Control control, int pauseDuration, string choice, out string message
return type:bool
Pegasystems Inc.
IN
Hello Anil,
Thanks for posting queries in PDN.
Your requirement is not clear, can you please provide us the use case so that we can help you?.
Thanks & Regards,
Durga
Capgemini Technology Services India Limited
IN
Hello Durga,
I have attached an image, so how we can handle that download part ?, i have to download that excel file and store in shared drive, so that i can perform some actions on that, please look into and do needfull.
Thank you,
Anilkumar
Capgemini Technology Services India Limited
IN
Can I get any update on this..?
PEG
GB
Perhaps it's just me. But somewhat unclear on the problem your facing or the product.
Can you please elaborate on these?
Capgemini Technology Services India Limited
IN
Please find the attached screenshot below, I used control regions to perform actions, but no use , I have to click on that save as after that it should open save as dailog winodw and save that file into my machine.
Accenture Solutions Pvt Ltd
IN
Hi Anil,
Even am facing the same issue, I am able to do with Sendkeys but that is not reliable, also tried with controlRegion by capturing Save Dropdown ,but perform click is not working on the control even after trying to make changes in OpenSpan.ini( which is at C:\Program Files (x86)\OpenSpan\OpenSpan Studio for Microsoft Visual Studio 2015\openspan.ini. Search [GDI] section, make Enabled=1, make AllProcesses=1.).
Were you able to resolve it? If yes please kindly provide the approach.
Regards,
Pravallika
J.P. Morgan Services India PVT Ltd
IN
HI,
It more looks like a browser configuration, did you get any chance to see the available setting .please have a look to this:
Accepted Solution
Capgemini Technology Services India Limited
IN
Hi Pravalika,
I rosolved this issue by using the following script.
using System.Windows.Automation;
using OpenSpan.Diagnostics;
OpenSpan.Adapters.Controls.Control control, int pauseDuration, string choice, out string message
return type:bool