Save as HAR
#301
Replies: 1 comment
-
How do I pass and read the response to the intercepted request? If I implement def get_response_body
@status = :continued
@page.command "Fetch.getResponseBody", requestId: request_id
end it gets stuck and does not return. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How do I save all responses as HAR or something? When test has failed we are saving screenshots and console right now, but how do we save the JSON responses so it would be possible to localize issues without a need to run the test again with a breakpoint, etc.
Beta Was this translation helpful? Give feedback.
All reactions