how to open chrome to get some text box values from postman?

142 Views Asked by At

I am running API1 from postman but to run API2, would need to pass some values from API1 response to UI page & post submitting it there in UI, need to capture the value from UI text box and pass it to API2 request in postman.

So to do that, how to launch Chrome browser from postman ?

1

There are 1 best solutions below

0
On
  1. using JMeter recorder, try to record all the interactions in the browser.
  2. use the json extractor(or any other extractor based on the response) to extract API response and
  3. Pass the same in the API2