ChromeRestClient icon indicating copy to clipboard operation
ChromeRestClient copied to clipboard

Persist responses between requests

Open pradeepranasinghe opened this issue 7 years ago • 0 comments

I need the responses saved along with the request when i switch between different requests.

Expected outcome

What should happen? Responses should be persist even when i go to a new request and come back.

Actual outcome

Does not save responses when i go to a new request and come back.

Versions

App: 9.14.64.305-stable Chrome: 60.0.3112.113 Platform: Mac OS X (10_11_6)

Steps to reproduce

  1. call request 1 now you see the response
  2. call request 2 now you see the response
  3. go back to request 1 now the old response is missing
  4. go back to request 2 now the old response is missing

pradeepranasinghe avatar Sep 14 '17 04:09 pradeepranasinghe