Is there a way in TestCafe to validate Chrome network calls? Is there a way in TestCafe to validate Chrome network calls? google-chrome google-chrome

Is there a way in TestCafe to validate Chrome network calls?


Yes, it is the same: the RequestLogger object stores all HTTP requests sent and responses received while the test is running. It's the same as grabbing hold of your network activity (the "Network" tab) during the current test run. You can also tune your Logger using both filter and options parameters.