Step

A singular step to be run within a test case.

name

required false
type string
default “”

The name of the step. This will be output for reference of the current step being run.

Example

    name: "Complete search box"
    predicate:
      name: "Find element with name 'q'"

predicate

required false
type Predicate
default nil

The predicate for selection of element/s.

actions

required false
type [] Action
default nil

The actions to perform on the selected elements or page.