<?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: Check if the element exists process. is using wait the correct approach? in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Check-if-the-element-exists-process-is-using-wait-the-correct/m-p/73137#M25742</link>
    <description>&lt;P&gt;Hi Kris Toledo,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;It works as in the screenshot.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;But I usually add additional condition&amp;nbsp; some thing like if pop up not exist and then go the next steps, but the approach I follow will never end up the time out Its just matter of preference I would say.&lt;BR /&gt;&lt;BR /&gt;Adding the next steps at time out&amp;nbsp; in general not a bad idea in my opinion.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Harish&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;-----------------------&lt;BR /&gt;If I answered your query. Please  mark it as the "Best Answer"&lt;BR /&gt;&lt;BR /&gt;Harish Mogulluri&lt;BR /&gt;Lead developer&lt;BR /&gt;America/New_York TX&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 18 Aug 2023 20:58:00 GMT</pubDate>
    <dc:creator>harish.mogulluri</dc:creator>
    <dc:date>2023-08-18T20:58:00Z</dc:date>
    <item>
      <title>Check if the element exists process. is using wait the correct approach?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Check-if-the-element-exists-process-is-using-wait-the-correct/m-p/73134#M25739</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am working to automate a web application that had pop up windows on it. The pop up window have a status bar below that shows if a record exists or not. I manage to spy and create an element for the status bar with the word &lt;STRONG&gt;record not found&lt;/STRONG&gt;. My process is to check if this element exists or not to determine the search status. If a record exists, the pop up will disappear. I used the wait action to determine if the element exists or not. If not it should do another process. This is my design below. Is this a good practice that an action is connected to the timeout? Or another approach should be done?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="15190.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/15353iC715C69A15D8675B/image-size/large?v=v2&amp;amp;px=999" role="button" title="15190.png" alt="15190.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kris Toledo&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Aug 2023 18:45:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Check-if-the-element-exists-process-is-using-wait-the-correct/m-p/73134#M25739</guid>
      <dc:creator>KT</dc:creator>
      <dc:date>2023-08-18T18:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: Check if the element exists process. is using wait the correct approach?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Check-if-the-element-exists-process-is-using-wait-the-correct/m-p/73135#M25740</link>
      <description>&lt;P&gt;Hi Kris&amp;nbsp; Toledo,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I would do some thing like this based on the description you have provided&lt;BR /&gt;&lt;BR /&gt;1)1st wait stage record found or not&lt;/P&gt;
&lt;P&gt;a) if record found then go to the next step&lt;/P&gt;
&lt;P&gt;b) if record not found go to step(2)&lt;/P&gt;
&lt;P&gt;2) 2nd Wait wait stage has one&amp;nbsp; conditions&lt;/P&gt;
&lt;P&gt;a) Pop up&amp;nbsp; check exist&lt;/P&gt;
&lt;P&gt;If pop up exist&amp;nbsp; - I will try to close the popup and&amp;nbsp; navigate the screens if required to process the next item&lt;/P&gt;
&lt;P&gt;If pop up not exist - either time out&amp;nbsp; and throw exception else handle to process the next step.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;-----------------------&lt;BR /&gt;If I answered your query. Please  mark it as the "Best Answer"&lt;BR /&gt;&lt;BR /&gt;Harish Mogulluri&lt;BR /&gt;Lead developer&lt;BR /&gt;America/New_York TX&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Aug 2023 19:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Check-if-the-element-exists-process-is-using-wait-the-correct/m-p/73135#M25740</guid>
      <dc:creator>harish.mogulluri</dc:creator>
      <dc:date>2023-08-18T19:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: Check if the element exists process. is using wait the correct approach?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Check-if-the-element-exists-process-is-using-wait-the-correct/m-p/73136#M25741</link>
      <description>&lt;P&gt;Thanks Harish!&lt;/P&gt;
&lt;P&gt;For this one: &lt;SPAN&gt;&lt;STRONG&gt;If pop up not exist - either time out&amp;nbsp; and throw exception else handle to process the next step&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;How is this gonna look on actions. Would it be the same as my picture? a process connected to the timeout if i needed to handle a process if the pop up not exists?&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kris Toledo&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Aug 2023 20:39:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Check-if-the-element-exists-process-is-using-wait-the-correct/m-p/73136#M25741</guid>
      <dc:creator>KT</dc:creator>
      <dc:date>2023-08-18T20:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: Check if the element exists process. is using wait the correct approach?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Check-if-the-element-exists-process-is-using-wait-the-correct/m-p/73137#M25742</link>
      <description>&lt;P&gt;Hi Kris Toledo,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;It works as in the screenshot.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;But I usually add additional condition&amp;nbsp; some thing like if pop up not exist and then go the next steps, but the approach I follow will never end up the time out Its just matter of preference I would say.&lt;BR /&gt;&lt;BR /&gt;Adding the next steps at time out&amp;nbsp; in general not a bad idea in my opinion.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Harish&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;-----------------------&lt;BR /&gt;If I answered your query. Please  mark it as the "Best Answer"&lt;BR /&gt;&lt;BR /&gt;Harish Mogulluri&lt;BR /&gt;Lead developer&lt;BR /&gt;America/New_York TX&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Aug 2023 20:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Check-if-the-element-exists-process-is-using-wait-the-correct/m-p/73137#M25742</guid>
      <dc:creator>harish.mogulluri</dc:creator>
      <dc:date>2023-08-18T20:58:00Z</dc:date>
    </item>
  </channel>
</rss>

