TC.stopLogRequests
Stops logging URL requests.
TC.stopLogRequests();
Note: This function is only relevant for steps that have a Step network completed end event, or that do not have any end event.
Arguments
None
Return value
A promise that is fulfilled with undefined upon success.
Example
(async ()=>{
await TC.stopLogRequests();
})();