Controller APITracingVersion: 7.5.5On this pageTracing startTracing Method allowing to start tracing. object ParameterTypeDescriptionpathstringURL of the web page to visit. Basic Usage await I.startTracing(`https://my-website.com`); stopTracing Method allowing to stop tracing. Basic Usage await I.stopTracing();