Can we see API responses in Web UI tests?

Hi all,

When using Web UI tests, how can we inspect the responses to the multiple web requests that may result from performing a step such as loading a URL?

For instance, I have an application that triggers API requests when launched and I would like to retrieve the response content of specific ones after performing the launch step.

I have seen that we can make specific requests via “WS.sendRequest” but this would mean manually duplicating the request that has already occurred.

Thanks in advance.

1 Like