ChromeRestClient
ChromeRestClient copied to clipboard
Persist responses between requests
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
- call request 1 now you see the response
- call request 2 now you see the response
- go back to request 1 now the old response is missing
- go back to request 2 now the old response is missing