<?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: Selenium WebDriver integration with Dynatrace in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Selenium-WebDriver-integration-with-Dynatrace/m-p/119394#M12419</link>
    <description>&lt;P&gt;The calls differ from appmon, you can find them in the &lt;A rel="noopener noreferrer" href="https://www.dynatrace.com/support/help/how-to-use-dynatrace/real-user-monitoring/setup-and-configuration/web-applications/additional-configuration/customize-rum/" target="_blank"&gt;documentation&lt;/A&gt; or download the docs and examples directly from your dynatrace environment:&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/27427-1606471281861.png" /&gt;&lt;/P&gt;&lt;P&gt;If you just want to report success/failure of a specific test, you could also use the way Julius described via the external synthetic test API and link those tests to the RUM Application.&lt;/P&gt;</description>
    <pubDate>Fri, 27 Nov 2020 10:01:53 GMT</pubDate>
    <dc:creator>pahofmann</dc:creator>
    <dc:date>2020-11-27T10:01:53Z</dc:date>
    <item>
      <title>Selenium WebDriver integration with Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Selenium-WebDriver-integration-with-Dynatrace/m-p/119389#M12414</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Is any possibility of viewing Java Selenium tests results in Dynatrace? I heard that I could send a header via Selenium, but there is nothing about it in documentation. I found only an information about AppMon. &lt;A rel="noopener noreferrer" href="https://community.dynatrace.com/questions/147670/how-to-integrate-selenium-script-with-dynatrace.html?sort=oldest" target="_blank"&gt;https://community.dynatrace.com/questions/147670/how-to-integrate-selenium-script-with-dynatrace.html?sort=oldest&lt;/A&gt; Does it also work same in Dynatrace?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best redgards,&lt;/P&gt;&lt;P&gt;Paweł&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 14:14:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Selenium-WebDriver-integration-with-Dynatrace/m-p/119389#M12414</guid>
      <dc:creator>pawel_harbuz</dc:creator>
      <dc:date>2023-10-16T14:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Selenium WebDriver integration with Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Selenium-WebDriver-integration-with-Dynatrace/m-p/119390#M12415</link>
      <description>&lt;P&gt;What you want to see. The execution? as a Sinthetic test? or view the execution as purepath?&lt;/P&gt;&lt;P&gt;You can use the same concept like in &lt;A rel="noopener noreferrer" href="https://www.dynatrace.com/support/help/setup-and-configuration/integrations/third-party-integrations/test-automation-frameworks/dynatrace-and-jmeter-integration/" target="_blank"&gt;https://www.dynatrace.com/support/help/setup-and-configuration/integrations/third-party-integrations/test-automation-frameworks/dynatrace-and-jmeter-integration/&lt;/A&gt; using the header x-dynatrace-test to easy visualize only the tests.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2020 15:37:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Selenium-WebDriver-integration-with-Dynatrace/m-p/119390#M12415</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-26T15:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Selenium WebDriver integration with Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Selenium-WebDriver-integration-with-Dynatrace/m-p/119391#M12416</link>
      <description>&lt;P&gt;If the application the Selenium tests run against is intstrumented with dynatrace you will get the data.  &lt;/P&gt;&lt;P&gt;You can use headers and request attributes or the API of the JS agent to send additional metadata about the test to make finding and analysing specific test cases easier.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2020 16:28:33 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Selenium-WebDriver-integration-with-Dynatrace/m-p/119391#M12416</guid>
      <dc:creator>pahofmann</dc:creator>
      <dc:date>2020-11-26T16:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Selenium WebDriver integration with Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Selenium-WebDriver-integration-with-Dynatrace/m-p/119392#M12417</link>
      <description>&lt;P&gt;Since you are taking specifically about &lt;STRONG&gt;synthetic test results&lt;/STRONG&gt;, I guess you want to view the results in Dynatrace. For that you can leverage the third-party synthetic API, which you can use to push your results about synthetic test from any testing tool:&lt;BR /&gt;&lt;A rel="noopener noreferrer" href="https://www.dynatrace.com/support/help/dynatrace-api/environment-api/synthetic/third-party-synthetic/" target="_blank"&gt;https://www.dynatrace.com/support/help/dynatrace-api/environment-api/synthetic/third-party-synthetic/&lt;/A&gt; &lt;BR /&gt;More on this topic including examples here:&lt;BR /&gt;&lt;A rel="noopener noreferrer" href="https://www.dynatrace.com/news/blog/integrate-external-synthetic-data-with-dynatrace-via-api/" target="_blank"&gt;https://www.dynatrace.com/news/blog/integrate-external-synthetic-data-with-dynatrace-via-api/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2020 20:32:31 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Selenium-WebDriver-integration-with-Dynatrace/m-p/119392#M12417</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2020-11-26T20:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Selenium WebDriver integration with Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Selenium-WebDriver-integration-with-Dynatrace/m-p/119393#M12418</link>
      <description>&lt;P&gt;I choose the JS agent way. Does it work like in AppMon? Or there is another way to manage it? Below is an example, which comes from this question: &lt;A rel="noopener noreferrer" href="https://community.dynatrace.com/questions/194345/when-setting-category-to-uidriven-no-output-on-tes.html" target="_blank"&gt;https://community.dynatrace.com/questions/194345/when-setting-category-to-uidriven-no-output-on-tes.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Is it possible to work?&lt;/P&gt;&lt;PRE&gt;sessionStorage.DT_TESTNAME = "TestName";&lt;/PRE&gt;&lt;PRE&gt;dynaTrace.endVisit();&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 14:14:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Selenium-WebDriver-integration-with-Dynatrace/m-p/119393#M12418</guid>
      <dc:creator>pawel_harbuz</dc:creator>
      <dc:date>2023-10-16T14:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Selenium WebDriver integration with Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Selenium-WebDriver-integration-with-Dynatrace/m-p/119394#M12419</link>
      <description>&lt;P&gt;The calls differ from appmon, you can find them in the &lt;A rel="noopener noreferrer" href="https://www.dynatrace.com/support/help/how-to-use-dynatrace/real-user-monitoring/setup-and-configuration/web-applications/additional-configuration/customize-rum/" target="_blank"&gt;documentation&lt;/A&gt; or download the docs and examples directly from your dynatrace environment:&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/27427-1606471281861.png" /&gt;&lt;/P&gt;&lt;P&gt;If you just want to report success/failure of a specific test, you could also use the way Julius described via the external synthetic test API and link those tests to the RUM Application.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2020 10:01:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Selenium-WebDriver-integration-with-Dynatrace/m-p/119394#M12419</guid>
      <dc:creator>pahofmann</dc:creator>
      <dc:date>2020-11-27T10:01:53Z</dc:date>
    </item>
  </channel>
</rss>

