<?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>article How to perform DoubleClick event on browser click path synthetic monitor. in Troubleshooting</title>
    <link>https://community.dynatrace.com/t5/Troubleshooting/How-to-perform-DoubleClick-event-on-browser-click-path-synthetic/ta-p/209309</link>
    <description>&lt;DIV class="s-prose js-post-body"&gt;
&lt;P&gt;Steps to follow to perform the DoubleClick event on browser click path synthetic monitor&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Go to the relevant page on Chrome browser&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Right click on the element which you want to interact with on the page-&amp;gt; Inspect the element which will open the developer tools&lt;/P&gt;
&lt;DIV id="tinyMceEditorMareeswaran_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image1.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/11003iAA9EB25B453BC435/image-size/large?v=v2&amp;amp;px=999" role="button" title="image1.png" alt="image1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Right click on the element on the Web developer tools - &amp;gt; Copy - &amp;gt; Copy JS path&lt;/P&gt;
&lt;DIV id="tinyMceEditorMareeswaran_1" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image2.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/11002i2AA490B0DE2F8759/image-size/large?v=v2&amp;amp;px=999" role="button" title="image2.png" alt="image2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Paste the JS path on the below element value and add this JavaScript code into the JavaScript Event of your Browser click path monitor&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;function triggerevent(element) {
var evt = document.createEvent("MouseEvent");
evt.initMouseEvent("dblclick",true, true);
element.dispatchEvent(evt);
}
var element = document.querySelector('button[id="testid"]'); //Replace with the element which you want to perform the mouseover action.
triggerevent(element);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;DIV id="tinyMceEditorMareeswaran_2" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image3.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/11001iA00E590678C7B43A/image-size/large?v=v2&amp;amp;px=999" role="button" title="image3.png" alt="image3.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/DIV&gt;
&lt;DIV class="d-flex ai-start jc-end fw-wrap mb24 mt48 gs8 gsx"&gt;
&lt;DIV class="d-flex gsx gs8 flex--item jc-end fw-wrap"&gt;
&lt;DIV class="flex--item wmn2"&gt;
&lt;DIV class="s-user-card  s-user-card__highlighted"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Wed, 12 Apr 2023 08:10:00 GMT</pubDate>
    <dc:creator>Mareeswaran</dc:creator>
    <dc:date>2023-04-12T08:10:00Z</dc:date>
    <item>
      <title>How to perform DoubleClick event on browser click path synthetic monitor.</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/How-to-perform-DoubleClick-event-on-browser-click-path-synthetic/ta-p/209309</link>
      <description>&lt;DIV class="s-prose js-post-body"&gt;
&lt;P&gt;Steps to follow to perform the DoubleClick event on browser click path synthetic monitor&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Go to the relevant page on Chrome browser&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Right click on the element which you want to interact with on the page-&amp;gt; Inspect the element which will open the developer tools&lt;/P&gt;
&lt;DIV id="tinyMceEditorMareeswaran_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image1.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/11003iAA9EB25B453BC435/image-size/large?v=v2&amp;amp;px=999" role="button" title="image1.png" alt="image1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Right click on the element on the Web developer tools - &amp;gt; Copy - &amp;gt; Copy JS path&lt;/P&gt;
&lt;DIV id="tinyMceEditorMareeswaran_1" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image2.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/11002i2AA490B0DE2F8759/image-size/large?v=v2&amp;amp;px=999" role="button" title="image2.png" alt="image2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Paste the JS path on the below element value and add this JavaScript code into the JavaScript Event of your Browser click path monitor&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;function triggerevent(element) {
var evt = document.createEvent("MouseEvent");
evt.initMouseEvent("dblclick",true, true);
element.dispatchEvent(evt);
}
var element = document.querySelector('button[id="testid"]'); //Replace with the element which you want to perform the mouseover action.
triggerevent(element);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;DIV id="tinyMceEditorMareeswaran_2" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image3.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/11001iA00E590678C7B43A/image-size/large?v=v2&amp;amp;px=999" role="button" title="image3.png" alt="image3.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/DIV&gt;
&lt;DIV class="d-flex ai-start jc-end fw-wrap mb24 mt48 gs8 gsx"&gt;
&lt;DIV class="d-flex gsx gs8 flex--item jc-end fw-wrap"&gt;
&lt;DIV class="flex--item wmn2"&gt;
&lt;DIV class="s-user-card  s-user-card__highlighted"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 12 Apr 2023 08:10:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/How-to-perform-DoubleClick-event-on-browser-click-path-synthetic/ta-p/209309</guid>
      <dc:creator>Mareeswaran</dc:creator>
      <dc:date>2023-04-12T08:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform DoubleClick event on browser click path synthetic monitor.</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/How-to-perform-DoubleClick-event-on-browser-click-path-synthetic/tac-p/212098#M187</link>
      <description>&lt;P&gt;Very useful tip!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 18:58:10 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/How-to-perform-DoubleClick-event-on-browser-click-path-synthetic/tac-p/212098#M187</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2023-05-12T18:58:10Z</dc:date>
    </item>
  </channel>
</rss>

