Hi,
I would like to know if it’s possible with Katalon Recorder to catch the response status of an AJAX call done by the system?
In my application after clicking on the save button of a form, data are sent to the backend and a JSON response is returned by the backend to the frontend. I would like to retrieve the status of the response in order to know if all was been successfully passed.
Could you please help me with that ?