stepsInfo property
Use this property to retrieve an array of objects with information on all steps in the test.
Syntax
value = result.stepsInfo;
Type:StepInfoPlain[]
This is an array of StepInfo objects.
Use this property to retrieve an array of objects with information on all steps in the test.
value = result.stepsInfo;
Type:StepInfoPlain[]
This is an array of StepInfo objects.