TC.startLogRequests

Starts logging of URL requests.

TC.startLogRequests();

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

Copy code
(async ()=>{
    await TC.startLogRequests();
})();