<?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 mouseover event on browser clickpath synthetic monitor in Troubleshooting</title>
    <link>https://community.dynatrace.com/t5/Troubleshooting/How-to-perform-mouseover-event-on-browser-clickpath-synthetic/ta-p/209305</link>
    <description>&lt;P&gt;&lt;EM&gt;Summary: Sometimes, a page requires you to hover over or mouse over an element rather than clicking on it. This can be done in Dynatrace Synthetic using a JavaScript event.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Steps to perform a mouseover event in a Browser clickpath&lt;/H2&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Go to the relevant page in a Chrome browser.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Right-click on the element that 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/10997iBCB4FA3CC35C9B4C/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 in 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/10998i476B10C0743A95BB/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 in the below element value, and add this JavaScript code into the JavaScript Event of your Browser clickpath monitor.&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/11000iBEAC341FFF10C3C4/image-size/large?v=v2&amp;amp;px=999" role="button" title="image3.png" alt="image3.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;function triggerevent(element) 
{
var evt = document.createEvent("MouseEvent");
evt.initMouseEvent("mouseover",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;/LI-CODE&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2 id="toc-hId--1715876710"&gt;What's next&lt;/H2&gt;
&lt;P&gt;Open a chat or contact support if&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;you need to check the logs for an HTTP Monitor running on a public location, or&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The issue is still not resolved after taking the above actions&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;What to read next:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335559738&amp;quot;:299,&amp;quot;335559739&amp;quot;:299}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahM_0-1765284143188.png" style="width: 24px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/31162iDF31A3B83A7F5725/image-dimensions/24x24?v=v2" width="24" height="24" role="button" title="HannahM_0-1765284143188.png" alt="HannahM_0-1765284143188.png" /&gt;&lt;/span&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:240}"&gt;&amp;nbsp;&lt;A id="link_6" class="page-link lia-link-navigation lia-custom-event" href="https://community.dynatrace.com/t5/Troubleshooting/Synthetic-Troubleshooting-Map/ta-p/250426" target="_blank" rel="noopener"&gt;Synthetic Troubleshooting Map&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahM_1-1765284143223.png" style="width: 24px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/31159i00C5BF92E3D1A427/image-dimensions/24x24?v=v2" width="24" height="24" role="button" title="HannahM_1-1765284143223.png" alt="HannahM_1-1765284143223.png" /&gt;&lt;/span&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:240}"&gt;&amp;nbsp;&lt;A id="link_6" class="page-link lia-link-navigation lia-custom-event" href="https://community.dynatrace.com/t5/Troubleshooting/Synthetic-Browser-Monitor-Error-Codes/ta-p/198177" target="_blank" rel="noopener"&gt;Synthetic Browser Monitor Error Codes&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahM_2-1765284143255.png" style="width: 24px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/31161iED4B287BEA121C3B/image-dimensions/24x24?v=v2" width="24" height="24" role="button" title="HannahM_2-1765284143255.png" alt="HannahM_2-1765284143255.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:240}"&gt;&amp;nbsp;&amp;nbsp;&lt;A id="link_7" class="page-link lia-link-navigation lia-custom-event" href="https://docs.dynatrace.com/docs/observe/digital-experience/synthetic-monitoring/browser-monitors/browser-clickpath-events#javascript" target="_blank" rel="noopener"&gt;Browser monitor JavaScript events&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahM_3-1765284143288.png" style="width: 24px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/31165i1625935CC979C757/image-dimensions/24x24?v=v2" width="24" height="24" role="button" title="HannahM_3-1765284143288.png" alt="HannahM_3-1765284143288.png" /&gt;&lt;/span&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:240}"&gt;&amp;nbsp;&amp;nbsp;&lt;A id="link_7" class="page-link lia-link-navigation lia-custom-event" href="https://docs.dynatrace.com/docs/observe/digital-experience/synthetic-monitoring/browser-monitors/configure-browser-monitors" target="_blank" rel="noopener noreferrer"&gt;Configure Browser monitors&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahM_4-1765284143323.png" style="width: 24px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/31164iDAF84E42216B1D5D/image-dimensions/24x24?v=v2" width="24" height="24" role="button" title="HannahM_4-1765284143323.png" alt="HannahM_4-1765284143323.png" /&gt;&lt;/span&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:240}"&gt;&amp;nbsp;&amp;nbsp;&lt;A id="link_7" class="page-link lia-link-navigation lia-custom-event" href="https://community.dynatrace.com/t5/Troubleshooting/Synthetic-Troubleshooting-Map/ta-p/250426#toc-hId--1566394922" target="_blank" rel="noopener noreferrer"&gt;Browser Monitor how-to guides&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Dec 2025 12:48:13 GMT</pubDate>
    <dc:creator>Mareeswaran</dc:creator>
    <dc:date>2025-12-09T12:48:13Z</dc:date>
    <item>
      <title>How to perform mouseover event on browser clickpath synthetic monitor</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/How-to-perform-mouseover-event-on-browser-clickpath-synthetic/ta-p/209305</link>
      <description>&lt;P&gt;&lt;EM&gt;Summary: Sometimes, a page requires you to hover over or mouse over an element rather than clicking on it. This can be done in Dynatrace Synthetic using a JavaScript event.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Steps to perform a mouseover event in a Browser clickpath&lt;/H2&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Go to the relevant page in a Chrome browser.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Right-click on the element that 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/10997iBCB4FA3CC35C9B4C/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 in 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/10998i476B10C0743A95BB/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 in the below element value, and add this JavaScript code into the JavaScript Event of your Browser clickpath monitor.&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/11000iBEAC341FFF10C3C4/image-size/large?v=v2&amp;amp;px=999" role="button" title="image3.png" alt="image3.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;function triggerevent(element) 
{
var evt = document.createEvent("MouseEvent");
evt.initMouseEvent("mouseover",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;/LI-CODE&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2 id="toc-hId--1715876710"&gt;What's next&lt;/H2&gt;
&lt;P&gt;Open a chat or contact support if&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;you need to check the logs for an HTTP Monitor running on a public location, or&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The issue is still not resolved after taking the above actions&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;What to read next:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335559738&amp;quot;:299,&amp;quot;335559739&amp;quot;:299}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahM_0-1765284143188.png" style="width: 24px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/31162iDF31A3B83A7F5725/image-dimensions/24x24?v=v2" width="24" height="24" role="button" title="HannahM_0-1765284143188.png" alt="HannahM_0-1765284143188.png" /&gt;&lt;/span&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:240}"&gt;&amp;nbsp;&lt;A id="link_6" class="page-link lia-link-navigation lia-custom-event" href="https://community.dynatrace.com/t5/Troubleshooting/Synthetic-Troubleshooting-Map/ta-p/250426" target="_blank" rel="noopener"&gt;Synthetic Troubleshooting Map&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahM_1-1765284143223.png" style="width: 24px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/31159i00C5BF92E3D1A427/image-dimensions/24x24?v=v2" width="24" height="24" role="button" title="HannahM_1-1765284143223.png" alt="HannahM_1-1765284143223.png" /&gt;&lt;/span&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:240}"&gt;&amp;nbsp;&lt;A id="link_6" class="page-link lia-link-navigation lia-custom-event" href="https://community.dynatrace.com/t5/Troubleshooting/Synthetic-Browser-Monitor-Error-Codes/ta-p/198177" target="_blank" rel="noopener"&gt;Synthetic Browser Monitor Error Codes&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahM_2-1765284143255.png" style="width: 24px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/31161iED4B287BEA121C3B/image-dimensions/24x24?v=v2" width="24" height="24" role="button" title="HannahM_2-1765284143255.png" alt="HannahM_2-1765284143255.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:240}"&gt;&amp;nbsp;&amp;nbsp;&lt;A id="link_7" class="page-link lia-link-navigation lia-custom-event" href="https://docs.dynatrace.com/docs/observe/digital-experience/synthetic-monitoring/browser-monitors/browser-clickpath-events#javascript" target="_blank" rel="noopener"&gt;Browser monitor JavaScript events&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahM_3-1765284143288.png" style="width: 24px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/31165i1625935CC979C757/image-dimensions/24x24?v=v2" width="24" height="24" role="button" title="HannahM_3-1765284143288.png" alt="HannahM_3-1765284143288.png" /&gt;&lt;/span&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:240}"&gt;&amp;nbsp;&amp;nbsp;&lt;A id="link_7" class="page-link lia-link-navigation lia-custom-event" href="https://docs.dynatrace.com/docs/observe/digital-experience/synthetic-monitoring/browser-monitors/configure-browser-monitors" target="_blank" rel="noopener noreferrer"&gt;Configure Browser monitors&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahM_4-1765284143323.png" style="width: 24px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/31164iDAF84E42216B1D5D/image-dimensions/24x24?v=v2" width="24" height="24" role="button" title="HannahM_4-1765284143323.png" alt="HannahM_4-1765284143323.png" /&gt;&lt;/span&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:240}"&gt;&amp;nbsp;&amp;nbsp;&lt;A id="link_7" class="page-link lia-link-navigation lia-custom-event" href="https://community.dynatrace.com/t5/Troubleshooting/Synthetic-Troubleshooting-Map/ta-p/250426#toc-hId--1566394922" target="_blank" rel="noopener noreferrer"&gt;Browser Monitor how-to guides&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Dec 2025 12:48:13 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/How-to-perform-mouseover-event-on-browser-clickpath-synthetic/ta-p/209305</guid>
      <dc:creator>Mareeswaran</dc:creator>
      <dc:date>2025-12-09T12:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform mouseover event on browser click path synthetic monitor.</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/How-to-perform-mouseover-event-on-browser-clickpath-synthetic/tac-p/212128#M213</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/40562"&gt;@Mareeswaran&lt;/a&gt;&amp;nbsp;Thank you for sharing this&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 19:27:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/How-to-perform-mouseover-event-on-browser-clickpath-synthetic/tac-p/212128#M213</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2023-05-12T19:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform mouseover event on browser click path synthetic monitor.</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/How-to-perform-mouseover-event-on-browser-clickpath-synthetic/tac-p/236405#M561</link>
      <description>&lt;P&gt;Thank you so much! This complete the puzzle that i had for synthetic monitoring!!&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 06:20:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/How-to-perform-mouseover-event-on-browser-clickpath-synthetic/tac-p/236405#M561</guid>
      <dc:creator>cleoleeps</dc:creator>
      <dc:date>2024-02-07T06:20:39Z</dc:date>
    </item>
  </channel>
</rss>

