The parameters of a mobile step.

Hierarchy

  • SyntheticsMobileStepParams

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Type of assertion to apply in an API test.

delay?: number

Number of milliseconds to wait between inputs in a typeText step type.

The direction of the scroll for a scrollToElement step type.

Information about the element used for a step.

enabled?: boolean

Boolean to change the state of the wifi for a toggleWiFi step type.

maxScrolls?: number

Maximum number of scrolls to do for a scrollToElement step type.

List of positions for the flick step type. The maximum is 10 flicks per step

subtestPublicId?: string

Public ID of the test to be played as part of a playSubTest step type.

Values used in the step for in multiple step types.

Variable object for extractVariable step type.

withEnter?: boolean

Boolean to indicate if Enter should be pressed at the end of the typeText step type.

x?: number

Amount to scroll by on the x axis for a scroll step type.

y?: number

Amount to scroll by on the y axis for a scroll step type.

Generated using TypeDoc