<?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 Select data pont in chart where the CSS name changes in Synthetic Monitoring</title>
    <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Select-data-pont-in-chart-where-the-CSS-name-changes/m-p/163509#M733</link>
    <description>&lt;P&gt;I'm trying to setup a Browser synthetic test that selects a value in a chart that is displayed.&amp;nbsp; When I record the test I see the selector as for example&amp;nbsp;#highcharts-ugkagd6-18 svg g:nth-child(11) g:nth-child(2) path:nth-child(2) but then when I try to playback that name doesn't exist and it generates a new name.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This is an example of the chart that I'm trying to just open any data point in the chart which should pop up another window.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michael_joseph__0-1616974489219.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/440i3EBCB4E4C8C87B9B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="michael_joseph__0-1616974489219.png" alt="michael_joseph__0-1616974489219.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
    <pubDate>Sun, 28 Mar 2021 23:35:39 GMT</pubDate>
    <dc:creator>michael_joseph_</dc:creator>
    <dc:date>2021-03-28T23:35:39Z</dc:date>
    <item>
      <title>Select data pont in chart where the CSS name changes</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Select-data-pont-in-chart-where-the-CSS-name-changes/m-p/163509#M733</link>
      <description>&lt;P&gt;I'm trying to setup a Browser synthetic test that selects a value in a chart that is displayed.&amp;nbsp; When I record the test I see the selector as for example&amp;nbsp;#highcharts-ugkagd6-18 svg g:nth-child(11) g:nth-child(2) path:nth-child(2) but then when I try to playback that name doesn't exist and it generates a new name.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This is an example of the chart that I'm trying to just open any data point in the chart which should pop up another window.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michael_joseph__0-1616974489219.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/440i3EBCB4E4C8C87B9B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="michael_joseph__0-1616974489219.png" alt="michael_joseph__0-1616974489219.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Sun, 28 Mar 2021 23:35:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Select-data-pont-in-chart-where-the-CSS-name-changes/m-p/163509#M733</guid>
      <dc:creator>michael_joseph_</dc:creator>
      <dc:date>2021-03-28T23:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Select data pont in chart where the CSS name changes</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Select-data-pont-in-chart-where-the-CSS-name-changes/m-p/167841#M828</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/26266"&gt;@michael_joseph_&lt;/a&gt;&amp;nbsp;are you using browser click paths for this?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 21:05:40 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Select-data-pont-in-chart-where-the-CSS-name-changes/m-p/167841#M828</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2021-06-17T21:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Select data pont in chart where the CSS name changes</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Select-data-pont-in-chart-where-the-CSS-name-changes/m-p/167951#M834</link>
      <description>&lt;P&gt;For locators with a dynamic id, the monitor will need to find the element using a different method. Is there something about the element that never changes? Usually there are other tags we can use to select the element instead.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 09:13:40 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Select-data-pont-in-chart-where-the-CSS-name-changes/m-p/167951#M834</guid>
      <dc:creator>HannahM</dc:creator>
      <dc:date>2021-06-18T09:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Select data pont in chart where the CSS name changes</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Select-data-pont-in-chart-where-the-CSS-name-changes/m-p/167983#M838</link>
      <description>&lt;P&gt;I was able to accomplish what I needed by using javascript and getElementbyId and drilling through the childnodes until I identified the one with the innerHTML response that had the data point.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 14:53:42 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Select-data-pont-in-chart-where-the-CSS-name-changes/m-p/167983#M838</guid>
      <dc:creator>michael_joseph_</dc:creator>
      <dc:date>2021-06-18T14:53:42Z</dc:date>
    </item>
  </channel>
</rss>

