<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: Save as IE and attach/detach in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Save-as-IE-and-attach-detach/m-p/64079#M16910</link>
    <description>Thanks &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/15488"&gt;@Ben.Lyons1&lt;/a&gt;,&lt;BR /&gt;the proposed solution works!!! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;When you say "use the same action to check when it's finished opening", what exactly do you mean?&lt;BR /&gt;And i create a new object to interact with this bar, and another one for Save As popup, since it will have to be recalled by different objects, it can work?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vrat Himbo&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 22 Jan 2021 08:35:00 GMT</pubDate>
    <dc:creator>VratHimbo</dc:creator>
    <dc:date>2021-01-22T08:35:00Z</dc:date>
    <item>
      <title>Save as IE and attach/detach</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Save-as-IE-and-attach-detach/m-p/64072#M16903</link>
      <description>Hi all,&lt;BR /&gt;i've a question.. I need to Save a document from Internet explorer, my issue is: how can i check when the popup is appeared?&lt;BR /&gt;I have the first object with "WINDOWS TITLE 1", then, when i push download button another page is opened with another title "WINDOWS TITLE 2" where it says "download will be available in a moment.. " then this same page modify his title in "WINDOWS TITLE 3" with the windows popup (and that is another object to interact with it).&lt;BR /&gt;&lt;BR /&gt;Now, how can i check for popup exist if i'm not able to attach that page until the popup showing? I'm not able to pick the popup without attach this page.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vrat Himbo&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jan 2021 12:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Save-as-IE-and-attach-detach/m-p/64072#M16903</guid>
      <dc:creator>VratHimbo</dc:creator>
      <dc:date>2021-01-21T12:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: Save as IE and attach/detach</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Save-as-IE-and-attach-detach/m-p/64073#M16904</link>
      <description>If the popup you're talking about is the Windows save file dialog, I would suggest attaching to Internet Explorer, and spy out that dialog window with Win32 mode, rather than trying to attach to the dialog directly. We have a similar object that does this due to how many times we've had to mess with a save dialog, and it works by attaching to IE and using a wait stage for the dialog to appear. In order to spy out the dialog window, sometimes you have to drag it outside the border of IE for Application Modeler to highlight it properly, but it should work.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nicholas Zejdlik&lt;BR /&gt;RPA Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jan 2021 14:06:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Save-as-IE-and-attach-detach/m-p/64073#M16904</guid>
      <dc:creator>NicholasZejdlik</dc:creator>
      <dc:date>2021-01-21T14:06:00Z</dc:date>
    </item>
    <item>
      <title>RE: Save as IE and attach/detach</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Save-as-IE-and-attach-detach/m-p/64074#M16905</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="e42d12b2-a3f6-4f36-a821-9db8ee48b837" data-tag-text="@Nicholas Zejdlik" href="https://community.blueprism.com/network/profile?UserKey=e42d12b2-a3f6-4f36-a821-9db8ee48b837" data-itemmentionkey="755763ed-1fcb-4bc8-acf2-388f14043a81"&gt;@Nicholas Zejdlik&lt;/A&gt;, thanks for the reply.&lt;BR /&gt;maybe I explained myself wrong, my problem it's not to attach the popup but to put a wait stage on it, consider that when i push "Download BTN" iexplore open a new page with a different window title (Window title 2) and only after a few minutes it redirect to the same page but with different window title (Window title 3) so how can i check if the popup is shown?&lt;BR /&gt;I thought to loop the attach of the window title 3 until the attach is done with 30 retry, for example, but I was looking for opinions.&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vrat Himbo&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jan 2021 14:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Save-as-IE-and-attach-detach/m-p/64074#M16905</guid>
      <dc:creator>VratHimbo</dc:creator>
      <dc:date>2021-01-21T14:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: Save as IE and attach/detach</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Save-as-IE-and-attach-detach/m-p/64075#M16906</link>
      <description>Gotcha, so you're not waiting for the save dialog, rather you're waiting for various IE popups to appear.&lt;BR /&gt;&lt;BR /&gt;I've run into a similar situation when launching an Oracle application through IE, as it would take a various amount of time for the Oracle window to appear. The best solution I came up with was creating an attach page which would attempt to attach, and if unsuccessful it would hit a recover stage, which I then resumed and looped back to attach. I had a max wait time set up so if it didn't attach after so many seconds, it would stop looping.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nicholas Zejdlik&lt;BR /&gt;RPA Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jan 2021 14:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Save-as-IE-and-attach-detach/m-p/64075#M16906</guid>
      <dc:creator>NicholasZejdlik</dc:creator>
      <dc:date>2021-01-21T14:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: Save as IE and attach/detach</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Save-as-IE-and-attach-detach/m-p/64076#M16907</link>
      <description>Hi Vrat,&lt;BR /&gt;&lt;BR /&gt;Have you tried using the Environment Utility action called "Wait For Process Window"? This can be used if you know the process name "iexplore" and the Window title.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Ben&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ben Lyons&lt;BR /&gt;Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;UK&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jan 2021 14:43:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Save-as-IE-and-attach-detach/m-p/64076#M16907</guid>
      <dc:creator>Ben.Lyons1</dc:creator>
      <dc:date>2021-01-21T14:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: Save as IE and attach/detach</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Save-as-IE-and-attach-detach/m-p/64077#M16908</link>
      <description>Thanks &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/15488"&gt;@Ben.Lyons1&lt;/a&gt;,&lt;BR /&gt;i've tried and it works! But unfortunately sometimes this "landing page" has the same windows title after i've pressed "download" for some seconds. So it attach this page before it is loaded, how can i fix it? With a fixed timeout?&lt;BR /&gt;&lt;BR /&gt;Moreover i've a problem to interact with this i.e. bar​&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="17408.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/17559i6C4EED07BB7A7BC1/image-size/large?v=v2&amp;amp;px=999" role="button" title="17408.png" alt="17408.png" /&gt;&lt;/span&gt;&lt;BR /&gt;I've tried to put in Navigate stage "Activate application" in win32 mode, then GSK "%(N)", "{TAB}", "{UP}", "{DOWN}", "{ENTER}" but it ends to url bar.&lt;BR /&gt;Alternatively i've tried UIA &amp;amp; AA Mode but i'm not able to do the second click on "SAVE AS..".&lt;BR /&gt;someone has already had to do with it?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vrat Himbo&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jan 2021 16:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Save-as-IE-and-attach-detach/m-p/64077#M16908</guid>
      <dc:creator>VratHimbo</dc:creator>
      <dc:date>2021-01-21T16:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: Save as IE and attach/detach</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Save-as-IE-and-attach-detach/m-p/64078#M16909</link>
      <description>Hi Vrat,&lt;BR /&gt;&lt;BR /&gt;I know that tool bar well!&lt;BR /&gt;&lt;BR /&gt;You may have different options available to me as the later versions of surface automation (6.3 onwards I believe) should handle this well. &lt;BR /&gt;&lt;BR /&gt;But I spied the down arrow button next to save (I think in AA), then used GSK directly to the button to press down and then enter. This resulted in the document being opened and saved. You can use the same environment action to check when it's finished opening, also a good idea to read the document name from the tool bar for an input (some calcs will be needed to chop it up).&lt;BR /&gt;&lt;BR /&gt;This is from memory and unfortunately I don't access to it anymore, so some details may be a little off.&lt;BR /&gt;&lt;BR /&gt;Let me know how it goes.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Ben&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ben Lyons&lt;BR /&gt;Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;UK&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jan 2021 16:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Save-as-IE-and-attach-detach/m-p/64078#M16909</guid>
      <dc:creator>Ben.Lyons1</dc:creator>
      <dc:date>2021-01-21T16:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: Save as IE and attach/detach</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Save-as-IE-and-attach-detach/m-p/64079#M16910</link>
      <description>Thanks &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/15488"&gt;@Ben.Lyons1&lt;/a&gt;,&lt;BR /&gt;the proposed solution works!!! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;When you say "use the same action to check when it's finished opening", what exactly do you mean?&lt;BR /&gt;And i create a new object to interact with this bar, and another one for Save As popup, since it will have to be recalled by different objects, it can work?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vrat Himbo&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Jan 2021 08:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Save-as-IE-and-attach-detach/m-p/64079#M16910</guid>
      <dc:creator>VratHimbo</dc:creator>
      <dc:date>2021-01-22T08:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: Save as IE and attach/detach</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Save-as-IE-and-attach-detach/m-p/64080#M16911</link>
      <description>Hi Vrat,&lt;BR /&gt;&lt;BR /&gt;Great work!&lt;BR /&gt;&lt;BR /&gt;I mean use the utility action to check the process window is open, for the document you're opening. The one I used was opening an Excel document and it could take quite a while. So using the wait for process window action was really helpful, so I knew when I could attach to it.&lt;BR /&gt;&lt;BR /&gt;You should be fine to have it in a separate object.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ben Lyons&lt;BR /&gt;Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;UK&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Jan 2021 09:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Save-as-IE-and-attach-detach/m-p/64080#M16911</guid>
      <dc:creator>Ben.Lyons1</dc:creator>
      <dc:date>2021-01-22T09:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: Save as IE and attach/detach</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Save-as-IE-and-attach-detach/m-p/64081#M16912</link>
      <description>Thanks a lot, your help was invaluable &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/15488"&gt;@Ben.Lyons1&lt;/a&gt;,&lt;BR /&gt;one last thing if I can. If I wanted to pass the path​ where to download my file (eg. C://Program files/Rpa Folder/"File Name") if i pass the complete file path (with .xlsx at the end) it always downloads me on download folder, how can i pass the exact file path folder?&amp;nbsp;&lt;BR /&gt;Thanks again&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vrat Himbo&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Jan 2021 09:59:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Save-as-IE-and-attach-detach/m-p/64081#M16912</guid>
      <dc:creator>VratHimbo</dc:creator>
      <dc:date>2021-01-22T09:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: Save as IE and attach/detach</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Save-as-IE-and-attach-detach/m-p/64082#M16913</link>
      <description>Hi Vrat,&lt;BR /&gt;&lt;BR /&gt;I'm afraid there's not much you can do about that via the process. When you select the option to open and save, it will save to the default downloads folder.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;However, if you update the downloads folder location in the browser settings, it should save it where you need. The challenge you may have is it will do this for all processes using that particular Windows user.&lt;BR /&gt;&lt;BR /&gt;You could just open it without saving, but that will open the document as uneditable and that may affect your ability to attach to it and save using other methods.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ben Lyons&lt;BR /&gt;Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;UK&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Jan 2021 10:07:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Save-as-IE-and-attach-detach/m-p/64082#M16913</guid>
      <dc:creator>Ben.Lyons1</dc:creator>
      <dc:date>2021-01-22T10:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: Save as IE and attach/detach</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Save-as-IE-and-attach-detach/m-p/64083#M16914</link>
      <description>Also if i select "Save as" option? I can't select a specific folder?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vrat Himbo&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Jan 2021 10:19:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Save-as-IE-and-attach-detach/m-p/64083#M16914</guid>
      <dc:creator>VratHimbo</dc:creator>
      <dc:date>2021-01-22T10:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: Save as IE and attach/detach</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Save-as-IE-and-attach-detach/m-p/64084#M16915</link>
      <description>I can't say that I tried, being able to save it was enough for what I needed. Unfortunately that was in my old job, so I don't have access to try it.&lt;BR /&gt;&lt;BR /&gt;It may work to use the Save As option, but often Windows would also store something in a temp folder as well, from the moment you open it.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ben Lyons&lt;BR /&gt;Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;UK&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Jan 2021 10:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Save-as-IE-and-attach-detach/m-p/64084#M16915</guid>
      <dc:creator>Ben.Lyons1</dc:creator>
      <dc:date>2021-01-22T10:33:00Z</dc:date>
    </item>
  </channel>
</rss>

