<?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: Spying the save file option failing in RPA in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Spying-the-save-file-option-failing-in-RPA/m-p/99368#M46926</link>
    <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/40246"&gt;@LorenzoCapocci1&lt;/a&gt; If you can not able to spy check box using win 32 mode then please try AA or UIA it may work. if click option is not working take a write stage and pass the value as TRUE. Some times this may work.​</description>
    <pubDate>Mon, 13 Sep 2021 06:05:34 GMT</pubDate>
    <dc:creator>_Amlansahoo</dc:creator>
    <dc:date>2021-09-13T06:05:34Z</dc:date>
    <item>
      <title>Spying the save file option failing in RPA</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Spying-the-save-file-option-failing-in-RPA/m-p/99362#M46920</link>
      <description>Hi,&lt;BR /&gt;I am trying to spy this field, but I am unable to use -Browser Mode-&lt;BR /&gt;I have tried -windows32 mode) but I was able to highlight the full screen , but not able to use the option Save file check/click and the OK button&lt;BR /&gt;&lt;BR /&gt;Then I tried the UI and it worked but the problem is that something is going wrong with it, as every times it reaches this point, RPA doesn't respond and of course it fails....&lt;BR /&gt;&lt;BR /&gt;Can someone help provide steps to highlight this window type?&lt;BR /&gt;unfortunately, I have no choice, but to use this option when saving a file from Firefox, as part of a requirement&lt;BR /&gt;&lt;BR /&gt;Thank you for helping out once again&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="36150.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/36162i679ED97E0E3ADDDD/image-size/large?v=v2&amp;amp;px=999" role="button" title="36150.png" alt="36150.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 01 Sep 2021 20:49:15 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Spying-the-save-file-option-failing-in-RPA/m-p/99362#M46920</guid>
      <dc:creator>LorenzoCapoccia</dc:creator>
      <dc:date>2021-09-01T20:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Spying the save file option failing in RPA</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Spying-the-save-file-option-failing-in-RPA/m-p/99363#M46921</link>
      <description>Hello Lorenzo,&lt;BR /&gt;&lt;BR /&gt;Can you manually select &lt;EM&gt;Save File&lt;/EM&gt; and simultaneously check the &lt;EM&gt;Do this automatically...&lt;/EM&gt; checkbox. so the next time the bot comes to this step the expectation is that 'Save As' will be selected by default and all it needs to do is press &lt;EM&gt;OK?&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;Regards&lt;BR /&gt;Harpreet</description>
      <pubDate>Wed, 01 Sep 2021 23:46:30 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Spying-the-save-file-option-failing-in-RPA/m-p/99363#M46921</guid>
      <dc:creator>HarpreetKaur</dc:creator>
      <dc:date>2021-09-01T23:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Spying the save file option failing in RPA</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Spying-the-save-file-option-failing-in-RPA/m-p/99364#M46922</link>
      <description>&lt;P&gt;Hi Lorenzo,&lt;BR /&gt;&lt;BR /&gt;You cannot use bowser mode. Either you have to use win-32/AA/UIA. You can attach to this particular window by giving window name then you can able to use all modes there as mentioned. If you don't attach then the spy mode may not work.&lt;BR /&gt;&lt;BR /&gt;Hope that helps!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Amlan&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 05:19:26 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Spying-the-save-file-option-failing-in-RPA/m-p/99364#M46922</guid>
      <dc:creator>_Amlansahoo</dc:creator>
      <dc:date>2021-09-02T05:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Spying the save file option failing in RPA</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Spying-the-save-file-option-failing-in-RPA/m-p/99365#M46923</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/903"&gt;@HarpreetKaur&lt;/a&gt; and &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/193"&gt;@_Amlansahoo&lt;/a&gt;, sorry for delay to answer, as I never got a notification and I was away for sometime...&lt;BR /&gt;Thank you for replying to me...&lt;BR /&gt;so after review, I was advised that I need to focus on using w32 only option. but I was able to use the activate application choice, but I am unable to find the correct path to&amp;nbsp; click the save file check box , and the OK button,..&lt;BR /&gt;would you kindly help advise the action that I could select in order to click the save checkbox and then the Ok button please&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;in the application modeller, i also tried to change to radio button and button (window) but I don't get much except press verify..&lt;BR /&gt;&lt;BR /&gt;thank you and I hope i was clear&lt;BR /&gt;&lt;BR /&gt;unfortunately this is the action that I need to follow up as advised , as i had this to automatically download a file when reaching this poinmt:(&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="36141.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/36152i35825179100468F9/image-size/large?v=v2&amp;amp;px=999" role="button" title="36141.png" alt="36141.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="36142.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/36150iE62E8A2151318D63/image-size/large?v=v2&amp;amp;px=999" role="button" title="36142.png" alt="36142.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="36144.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/36155i94D67FFF3A0AF51D/image-size/large?v=v2&amp;amp;px=999" role="button" title="36144.png" alt="36144.png" /&gt;&lt;/span&gt;
&lt;DIV style="display: none; z-index: 16777271"&gt;&lt;/DIV&gt;
​​
&lt;DIV style="display: none; z-index: 16777271"&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Sep 2021 13:04:56 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Spying-the-save-file-option-failing-in-RPA/m-p/99365#M46923</guid>
      <dc:creator>LorenzoCapoccia</dc:creator>
      <dc:date>2021-09-09T13:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Spying the save file option failing in RPA</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Spying-the-save-file-option-failing-in-RPA/m-p/99366#M46924</link>
      <description>Normally I would tell you to use Win32 for this and that should be the solution as I believe Save Dialogs utilize Window's Class #32770 in most situations which should behave as Win32. &lt;A href="https://docs.microsoft.com/en-us/windows/win32/winmsg/about-window-classes" target="test_blank"&gt;https://docs.microsoft.com/en-us/windows/win32/winmsg/about-window-classes&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Have you tried creating a separate object of Win32 type and attaching to the dialog window then spying? This should get you results.&lt;BR /&gt;&lt;BR /&gt;Otherwise I would also explore hotkeys as an alternative solution. alt s or ctrl s or maybe alt a or ctrl a would be my first guesses to ​select the Save File radio button from a hot key perspective. (again preferably you would just use a separate object in win32 mode to do this)&lt;BR /&gt;&lt;BR /&gt;Now to add further confusing it looks like this is through Firefox which I think uses a non standard dialog window with a class of MozillaDialogClass instead of #32770.​</description>
      <pubDate>Fri, 10 Sep 2021 14:52:51 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Spying-the-save-file-option-failing-in-RPA/m-p/99366#M46924</guid>
      <dc:creator>ErinConnerley</dc:creator>
      <dc:date>2021-09-10T14:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Spying the save file option failing in RPA</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Spying-the-save-file-option-failing-in-RPA/m-p/99367#M46925</link>
      <description>use UI mode and make sure while performing the action focus is set and save window dialog.&lt;BR /&gt;&lt;BR /&gt;UI mode has edge over windows as the identifiers for UI mode gives better accuracy.&lt;BR /&gt;&lt;BR /&gt;Anshul Jhalani
&lt;DIV style="display: none; z-index: 16777271"&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 10 Sep 2021 15:13:50 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Spying-the-save-file-option-failing-in-RPA/m-p/99367#M46925</guid>
      <dc:creator>AnshulJhalani</dc:creator>
      <dc:date>2021-09-10T15:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Spying the save file option failing in RPA</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Spying-the-save-file-option-failing-in-RPA/m-p/99368#M46926</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/40246"&gt;@LorenzoCapocci1&lt;/a&gt; If you can not able to spy check box using win 32 mode then please try AA or UIA it may work. if click option is not working take a write stage and pass the value as TRUE. Some times this may work.​</description>
      <pubDate>Mon, 13 Sep 2021 06:05:34 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Spying-the-save-file-option-failing-in-RPA/m-p/99368#M46926</guid>
      <dc:creator>_Amlansahoo</dc:creator>
      <dc:date>2021-09-13T06:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Spying the save file option failing in RPA</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Spying-the-save-file-option-failing-in-RPA/m-p/99369#M46927</link>
      <description>Thank you Team, I ended up using the region spy mode and is working, I think I will use this mode.. and be testing it, but will also review your answers as this will be a learning point also.. thank you</description>
      <pubDate>Mon, 13 Sep 2021 10:57:18 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Spying-the-save-file-option-failing-in-RPA/m-p/99369#M46927</guid>
      <dc:creator>LorenzoCapoccia</dc:creator>
      <dc:date>2021-09-13T10:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Spying the save file option failing in RPA</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Spying-the-save-file-option-failing-in-RPA/m-p/99370#M46928</link>
      <description>Hello Lorenzo,&lt;BR /&gt;Why not use combination of Tab as then press enter?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ved Sengupta</description>
      <pubDate>Fri, 17 Sep 2021 04:14:36 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Spying-the-save-file-option-failing-in-RPA/m-p/99370#M46928</guid>
      <dc:creator>VedSengupta</dc:creator>
      <dc:date>2021-09-17T04:14:36Z</dc:date>
    </item>
  </channel>
</rss>

