Skip to main content
Version: 9.0.0

Tracing

startTracing

Method allowing to start tracing.

object

ParameterTypeDescription
pathstringURL 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();