I am using protractor-cucumber framework and want to retrieve the request payload from the browser's network tab through script. Can anyone help?
Asked
Active
Viewed 402 times
0
-
you can use `protractor-intercept` npm module to get information on all API calls made by browser. Have a look at https://github.com/bassettsj/protractor-intercept. – Sudharsan Selvaraj May 29 '17 at 08:45
-
@SudharsanSelvaraj, can you provide more info on this module.. – Gokul Ajith May 30 '17 at 05:55