Swipes the screen of a mobile device repeatedly in a given direction to find an element.
Name | Required | Type | Description |
---|---|---|---|
Identifier | Yes | Mobile identifier | Identifier of the target element. |
Swipe Direction | No | Text | Direction of the swipe, either ‘Up’, ‘Down’, ‘Left’ or ‘Right’. |
Maximum Swipes | No | Text | Maximum number of swipes to perform. |
For this component to succeed the target element as located by the identifier parameter does not need to be visible in the app to begin with. However the element will need to be visible and enabled within the maximum number of swipes.
The component will try to locate the element after each swipe until it has reached the maximum number of swipes specified.