interactions property

List<Interaction> interactions
getter/setter pair

The list of Interactions used to store all relevant UI interaction from the testee.

Implementation

List<Interaction> interactions = [];