<?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 Handling unexpected timing of known popup in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Handling-unexpected-timing-of-known-popup/m-p/48846#M4325</link>
    <description>I am working on a Java application and there is an expected popup which might come anytime between a number of steps on the same screen. On the screen we need to update 10 values and the popup does not come every time but it might come after any step.&lt;BR /&gt;&lt;BR /&gt;What would be the best way to handle the popup? The obvious solution would be to handle this popup after every step but that would only increase the total time for the process to finish. Can this popup be handled in a better way?&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ankit Singh&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 07 Sep 2020 03:35:00 GMT</pubDate>
    <dc:creator>AnkitSingh</dc:creator>
    <dc:date>2020-09-07T03:35:00Z</dc:date>
    <item>
      <title>Handling unexpected timing of known popup</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Handling-unexpected-timing-of-known-popup/m-p/48846#M4325</link>
      <description>I am working on a Java application and there is an expected popup which might come anytime between a number of steps on the same screen. On the screen we need to update 10 values and the popup does not come every time but it might come after any step.&lt;BR /&gt;&lt;BR /&gt;What would be the best way to handle the popup? The obvious solution would be to handle this popup after every step but that would only increase the total time for the process to finish. Can this popup be handled in a better way?&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ankit Singh&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Sep 2020 03:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Handling-unexpected-timing-of-known-popup/m-p/48846#M4325</guid>
      <dc:creator>AnkitSingh</dc:creator>
      <dc:date>2020-09-07T03:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: Handling unexpected timing of known popup</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Handling-unexpected-timing-of-known-popup/m-p/48847#M4326</link>
      <description>Hi Anikit,&lt;BR /&gt;&lt;BR /&gt;When you have that popup appear on your screen blue prism will be unable to identify background element and will throw exception.&lt;BR /&gt;&lt;BR /&gt;You should handle this exception in your process studio and try to attach that popup message or find button close to that button.&lt;BR /&gt;&lt;BR /&gt;if unable to attached that mean popup message is not there &amp;amp; other issue is appear.&lt;BR /&gt;&lt;BR /&gt;as per above method your process will not take time to execute.&lt;BR /&gt;&lt;BR /&gt;Please reply if any query.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Nilesh&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nilesh Jadhav&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Sep 2020 13:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Handling-unexpected-timing-of-known-popup/m-p/48847#M4326</guid>
      <dc:creator>NileshJadhavBP</dc:creator>
      <dc:date>2020-09-07T13:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: Handling unexpected timing of known popup</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Handling-unexpected-timing-of-known-popup/m-p/48848#M4327</link>
      <description>I think Nilesh's idea might work best, but I wanted to add that if the popup is instantaneous, you &lt;EM&gt;might&lt;/EM&gt; be able to get away with a wait stage of 0 or 1 seconds as an alternative.&lt;BR /&gt;&lt;BR /&gt;If you know which conditions the popup appears in, you might be able to add some logic to determine if a popup will appear. That might mean entangling some business logic in the process though, so even if you could do it, that might not be ideal.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nicholas Zejdlik&lt;BR /&gt;RPA Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Sep 2020 13:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Handling-unexpected-timing-of-known-popup/m-p/48848#M4327</guid>
      <dc:creator>NicholasZejdlik</dc:creator>
      <dc:date>2020-09-07T13:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: Handling unexpected timing of known popup</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Handling-unexpected-timing-of-known-popup/m-p/48849#M4328</link>
      <description>Hi Nilesh, that does seem like a great idea. My only concern is that whenever the popup comes, we handle it in process studio and the process will restart filling the values again. The behavior of popup is such that it can appear when we are changing the values on the application console. So will it be the best approach to restart the process and fill the values all over again ?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ankit Singh&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Sep 2020 05:04:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Handling-unexpected-timing-of-known-popup/m-p/48849#M4328</guid>
      <dc:creator>AnkitSingh</dc:creator>
      <dc:date>2020-09-08T05:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: Handling unexpected timing of known popup</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Handling-unexpected-timing-of-known-popup/m-p/48850#M4329</link>
      <description>Hi Nicholas, i have checked that with business but we couldn't reach a conclusion, basically according to them the popup can come for changes in any of the values. Also, 1 second timeout will not work because the application behaves a bit slower sometimes. we would require a minimum of 4-5 seconds wait stage.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ankit Singh&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Sep 2020 05:07:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Handling-unexpected-timing-of-known-popup/m-p/48850#M4329</guid>
      <dc:creator>AnkitSingh</dc:creator>
      <dc:date>2020-09-08T05:07:00Z</dc:date>
    </item>
  </channel>
</rss>

