I am trying to find a method in testcafes API similar to Cypress' request.
Cypress' request will attach any cookies to the request that already exist in the browser so that http requests will look like they're being made from the browser / user.
Is there a similar function in testcafe?