Question
Genpact
IN
Last activity: 30 Aug 2018 5:02 EDT
Interrogate IE save as button which came from Windows appliation
Hi Team,
I am not able to interrogate a window for saveas which is an IE type. this pop up to save document comes from windows application and hence not able to interrogate.
Could you please help?
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Pegasystems Inc.
PL
Hey,
are you interrogating IE from Web Adapter or from Windows application Adapter?
Can you share a screenshot of the popup that you are referring to?
How are you invoking that popup would be also helpful.
Thanks,
Aleksander
Genpact
IN
I have a windows applications, I have used windows adapter to work on it. After certain steps, I click on an export icon and a IE pop up comes to save an excel sheet which I am not able to interrogate. Please find the screenshot for the same here.
Pegasystems Inc.
PL
Hey,
please take a look at the video:
I believe you can achive what you need using sendKeys Method http://help.openspan.com/52/Adapters_Interrogation/SendKeys_Method.htm
To be exact using {TAB} {UP} {DOWN} {ENTER}.
You would need to experiment a bit, but I suppose you latest download is always on top.
Regards,
Aleksander
Genpact
IN
I am not able to interrogate this particular window using windows adapter too. Additionally, I believe SendKeys doesn't work on locked machine. Do we have any other alternative too.
Morgan Stanley
IN
I am also getting same issue. could you please let us the solution of above issue.
We are downloading the excel from window application and save pop up comes in IE which we are not able to interrogate.
Please help here.
-
Mikhail Balashov
Pegasystems Inc.
US
If you can find the way to display the IE download bar instead of the View Downloads pop-up (Ctrl+J) you can use this approach.
Pegasystems Inc.
IN
Try setting the window adapter "HookchildProcess" property to true.