Controller APITracingVersion: 9.0.0On 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();