cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Browser click-path unable to record the step

AK
Pro

Hi Folks,

I'm trying to record a click-path for one of our applications however, on the web page when I click on the button it doesn't record the associated step. (the desired operation after clicking on the button is not happening)

When I clicked on this button and checked a Developer console it said,

 

Uncaught TypeError: document.getElementById(...).options is not a function

 

After checking on this further, I got to know this IE/Edge-only application.

Is there anything we can do here by adding an event listener via JavaScript event? or achieve it by some other means. Please help here.

Regards,

AK

2 REPLIES 2

Vakho
Helper

Well if your application works only in IE/Edge (which is weird) you can still perform synthetic monitoring, there are a few ways to achieve it. 
1) Open Dynatrace in Edge browser and perform the same flow (you might need to install a plugin for Edge to record the session). 
2) During the setup of your Synthetic monitoring you can choose which Browser technology to use in the field User agent. 12314.PNG
3) Use script mode and add manually the actions you want to achieve. 

@Vakho , I will check on recommendations and see

Thanks for assistance on this.

Regards,

AK

Featured Posts