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 will be fulfilled with no arguments.

Example

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