steps property

List<AutoTestStep>? steps
getter/setter pair

Includes a nested step inside another step. The maximum nesting level is 15.

Implementation

List<AutoTestStep>? steps;