Check POST request payload data with Protractor
问题 Let's say i have angular page with a couple of input elements and save button. After Save button is clicked POST request will be sent. I'm writing Protractor e2e test for this page. The question: How can i check with protractor POST request payload data after app is sent it or before sending? I want to be sure that my app will sent right data in POST request. 回答1: Following @Andres D's comment: yes, there is a misconception here. protractor is a tool that helps you mimic real-user