<?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: Continue to check/execute rest of the synthetic events in browser click path in Synthetic Monitoring</title>
    <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Continue-to-check-execute-rest-of-the-synthetic-events-in/m-p/111297#M57</link>
    <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I believe it is not possible example there is synthetic monitor and monitor failed due to one page doesn't load properly after clicking on a button in the previous page,after this step logout should be done and the logout option is there in previous page only where the button was clicked previously but this logout step is not done and monitor failed in the previous step where the page not loaded properly and the monitor didnt continue to the next step which is independent to the previous event.&lt;/P&gt;</description>
    <pubDate>Mon, 13 Apr 2020 16:49:02 GMT</pubDate>
    <dc:creator>manish_reddy</dc:creator>
    <dc:date>2020-04-13T16:49:02Z</dc:date>
    <item>
      <title>Continue to check/execute rest of the synthetic events in browser click path</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Continue-to-check-execute-rest-of-the-synthetic-events-in/m-p/111295#M55</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is it possible in browser click path monitor to continue execution of rest of the synthetic events even if any middle event/step fails? &lt;/P&gt;&lt;P&gt;Thanks... &lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2020 06:36:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Continue-to-check-execute-rest-of-the-synthetic-events-in/m-p/111295#M55</guid>
      <dc:creator>AK</dc:creator>
      <dc:date>2020-04-13T06:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Continue to check/execute rest of the synthetic events in browser click path</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Continue-to-check-execute-rest-of-the-synthetic-events-in/m-p/111296#M56</link>
      <description>&lt;P&gt;i believe so but it depends on how your click path is set up. Lets say it fails on step 5, If step 5 is contingent on accessing step 6, then it will not be able to proceed.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2020 12:10:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Continue-to-check-execute-rest-of-the-synthetic-events-in/m-p/111296#M56</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2020-04-13T12:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Continue to check/execute rest of the synthetic events in browser click path</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Continue-to-check-execute-rest-of-the-synthetic-events-in/m-p/111297#M57</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I believe it is not possible example there is synthetic monitor and monitor failed due to one page doesn't load properly after clicking on a button in the previous page,after this step logout should be done and the logout option is there in previous page only where the button was clicked previously but this logout step is not done and monitor failed in the previous step where the page not loaded properly and the monitor didnt continue to the next step which is independent to the previous event.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2020 16:49:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Continue-to-check-execute-rest-of-the-synthetic-events-in/m-p/111297#M57</guid>
      <dc:creator>manish_reddy</dc:creator>
      <dc:date>2020-04-13T16:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Continue to check/execute rest of the synthetic events in browser click path</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Continue-to-check-execute-rest-of-the-synthetic-events-in/m-p/111298#M58</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I haven't tried this myself but you may be able to achieve this by using JavaScript events. Through the use of the JavaScript API you should have the ability to skip execution of events to create a dynamic workflow. I'll provide a link with documentation on this below.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer" href="https://www.dynatrace.com/support/help/shortlink/id_brower-clickpath-events?_ga=2.206368465.3344599.1586798382-1909602575.1571679112#javascript-" target="_blank"&gt;https://www.dynatrace.com/support/help/shortlink/id_brower-clickpath-events#javascript-&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2020 19:18:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Continue-to-check-execute-rest-of-the-synthetic-events-in/m-p/111298#M58</guid>
      <dc:creator>justin_hogue</dc:creator>
      <dc:date>2020-04-13T19:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Continue to check/execute rest of the synthetic events in browser click path</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Continue-to-check-execute-rest-of-the-synthetic-events-in/m-p/111299#M59</link>
      <description>&lt;P&gt;What would be the use case for this? &lt;/P&gt;&lt;P&gt;is it that you don't care about the results from some actions? If so, why are you testing them? As mentioned previously though you could add javaScript events to make the flow dynamic so that if you see a failure the script takes a different route. &lt;BR /&gt;&lt;BR /&gt;If it's that you need to make sure a user gets logged out at the end of a session but also want to know that the action you tried failed, you might be better adding a check, at the beginning of the script, when you log in for the page that tells you if you already have a session open and then have conditional actions to deal with that. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2020 09:37:30 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Continue-to-check-execute-rest-of-the-synthetic-events-in/m-p/111299#M59</guid>
      <dc:creator>HannahM</dc:creator>
      <dc:date>2020-04-14T09:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Continue to check/execute rest of the synthetic events in browser click path</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Continue-to-check-execute-rest-of-the-synthetic-events-in/m-p/111300#M60</link>
      <description>&lt;P&gt;Thanks Hannah,&lt;/P&gt;&lt;P&gt;In my case ,If a event is failed in the script ,after failure of that event I need to go to execute the next event and this event is independent of previous event So please may I know how could I execute it like how to use the java script for this to execute to the next event&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2020 14:58:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Continue-to-check-execute-rest-of-the-synthetic-events-in/m-p/111300#M60</guid>
      <dc:creator>manishlokurthi</dc:creator>
      <dc:date>2020-04-19T14:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Continue to check/execute rest of the synthetic events in browser click path</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Continue-to-check-execute-rest-of-the-synthetic-events-in/m-p/111301#M61</link>
      <description>&lt;P&gt;Edit:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is now an option to&lt;A href="https://docs.dynatrace.com/docs/observe/digital-experience/synthetic-monitoring/browser-monitors/configure-browser-monitors#ignore-status-codes" target="_self"&gt; ignore specific status codes&lt;/A&gt; in the Advanced Settings&lt;/P&gt;
&lt;P&gt;If you're failing due to validation or would usually use a locator in the next action to move on, you can use JavaScript events. You can find the documentation on JavaScript Events &lt;A href="https://www.dynatrace.com/support/help/how-to-use-dynatrace/synthetic-monitoring/browser-monitors/browser-clickpath-events/#javascript-" target="_blank" rel="noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;If the event is failing due to validation, you'll need to move the validation check out into the JavaScript action. Like here, if you don't see the text 'Information for parents', then skip the next event.&lt;/P&gt;
&lt;PRE&gt;var content = document.documentElement.outerHTML;&lt;BR /&gt;var searchText = "Information for parents";&lt;BR /&gt;&lt;BR /&gt;api.info(content.indexOf(searchText));&lt;BR /&gt;if (content.indexOf(searchText) &amp;gt; -1) {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; api.skipNextSyntheticEvent();&lt;BR /&gt;}&lt;/PRE&gt;
&lt;P&gt;The same is for locators, you can check if locators exist before trying to click on them and then either perform the click in the JavaScript event or use the skip events calls to skip unnecessary events&lt;/P&gt;
&lt;PRE&gt;var target1 = document.getElementById("cancelButton");&lt;BR /&gt;if (target1 !== null) {&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;target1.click();&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;api.info("--&amp;gt; found survey popup and clicked cancel");&lt;BR /&gt;} else {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; api.info("--&amp;gt; no popup");&lt;BR /&gt;}&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 10:01:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Continue-to-check-execute-rest-of-the-synthetic-events-in/m-p/111301#M61</guid>
      <dc:creator>HannahM</dc:creator>
      <dc:date>2025-05-22T10:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Continue to check/execute rest of the synthetic events in browser click path</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Continue-to-check-execute-rest-of-the-synthetic-events-in/m-p/111302#M62</link>
      <description>&lt;P&gt;Thanks Hannah,&lt;/P&gt;&lt;P&gt;In the synthetic browser click path if one of the event is failed due to content text validation ,then to execute to the next event with out failing the whole script as you said we can use java script but is there any possibility to mark that specifics event has failed with the error message (event which was failed due to validation ) and then execute to the next event , with out affecting the availability.If it so ,please let me know how to proceed.Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 06:19:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Continue-to-check-execute-rest-of-the-synthetic-events-in/m-p/111302#M62</guid>
      <dc:creator>manishlokurthi</dc:creator>
      <dc:date>2020-04-22T06:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Continue to check/execute rest of the synthetic events in browser click path</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Continue-to-check-execute-rest-of-the-synthetic-events-in/m-p/111303#M63</link>
      <description>&lt;P&gt;Hi Manish, unfortunately, it's not possible  to fail an event and continue with the rest of the execution. &lt;BR /&gt;If they you would like to know the availability to each of the unrelated pages it might be better to have 2 separate monitors. &lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 08:38:19 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Continue-to-check-execute-rest-of-the-synthetic-events-in/m-p/111303#M63</guid>
      <dc:creator>HannahM</dc:creator>
      <dc:date>2020-04-22T08:38:19Z</dc:date>
    </item>
  </channel>
</rss>

