13 Aug 2021 10:09 AM - edited 13 Aug 2021 12:35 PM
Hi All,
Not sure where my previous post is gone, I am reposting this hope someone can help.
Is there a way we can monitor captcha service is up using Dynatrace Synthetic Browser monitoring.
Regards
Julie
Solved! Go to Solution.
13 Aug 2021 10:13 AM
I tried checking on the documentation but could not find any options, may be someone can direct me to the right direction
13 Aug 2021 10:53 AM
Can you clarify what you're trying to do? Is this an API you would like to monitor? If so, HTTP Monitor would be a good option and you could check the response.
13 Aug 2021 11:50 AM
We are using "Captcha" in the web application which needs to be available all the time, so I would like to monitor WEB UI using the browser monitors to check if Captcha is enabled/available when the page loads fully. Also could we trace the HTML tag for Captcha once the page is fully loaded?
13 Aug 2021 12:29 PM - edited 13 Aug 2021 12:30 PM
You can load the page and check for specific elements or text within it. You do this either with 'wait for a specific element to appear' or adding a validation check in. You can find information on these options here
13 Aug 2021 12:37 PM
Thanks Hannah for your quick reply, I will give it a try to use the options you suggested to monitor the "captcha" availability on the http page.