Action constructor

const Action()

An action is a piece of code that can be executed by the driver. It can be used to perform a specific action on the app, like tapping a button or scrolling a list.

Actions are defined in the actions section of the DriverConfiguration.

They are immutable as they are created from the steps in a UserFlowYaml file.

Implementation

const Action();