Is there any way in Selenium to monitor the XHR requests from an application. I want to create a test where the test clicks a button then checks to see if a correct Ajax request is made.
Edit, I am using PHP Unit if that matters.
|
feedback
|
|
You can capture the network traffic with Selenium and then try get what you need for that
And then do your asserts by finding what you want in the traffic. | |||
|
feedback
|