Class SyntheticsMobileStepParamsElement

Information about the element used for a step.

Hierarchy

  • SyntheticsMobileStepParamsElement

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
context?: string

Context of the element.

Type of the context that the element is in.

elementDescription?: string

Description of the element.

multiLocator?: any

Multi-locator to find the element.

Position of the action relative to the element.

textContent?: string

Text content of the element.

User locator to find the element.

viewName?: string

Name of the view of the element.

Generated using TypeDoc