23 Jan 2019 11:49 AM - last edited on 27 Apr 2021 04:04 PM by MaciejNeumann
i want to check for a given URL [/test/test.html] , submit button is visible or not. if visible Click SUBMIT button.
how to create BT for the above one in Dynatrace Managed
Solved! Go to Solution.
23 Jan 2019 12:16 PM
In Dynatrace, you can make Key User Action from Click Submit action or make from it conversion goal. In both cases you will have data about how many such action. But the problem is that, if this action will show up on different pages (with different uri) this will be counted as well. What I suggest to you is using Javascript API for RUM (https://www.dynatrace.com/support/help/shortlink/u... You can then mark this custom action as key user action and put on dashboard or create conversion goal from it.
Sebastian