getStepsInfo method
Use this method to retrieve an array of objects with information on all steps in the test.
Syntax
StepInfo[] value = result.getStepsInfo();
Parameters
This method does not take any parameters.
Return value
- Type: StepInfo[]
-
This is an array of StepInfo objects.