21 Jul 2023 01:35 PM - last edited on 02 Oct 2023 03:54 PM by AgataWlodarczyk
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
Solved! Go to Solution.
21 Jul 2023 01:44 PM
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.
3) Use script mode and add manually the actions you want to achieve.