Command | Example | Description |
---|
waitUntilText | waitUntilText,[TEXT]
waitUntilText,[TEXT],[TIMEOUT]
| Waits for a view element with text specified, to become visible on the screen until a specified timeout. If it is not found, an error is thrown. Status |
---|
colour | Green |
---|
title | CASE-inSENSITIVE |
---|
|
Status |
---|
title | default timeout: 30000 |
---|
|
Status |
---|
colour | Blue |
---|
title | optional timeout |
---|
|
Status |
---|
colour | Yellow |
---|
title | compatibility : universal |
---|
|
|
waitUntilAccessibilityField | waitUntilDesc,[NAME/ID]
waitUntilDesc,[NAME/ID],[TIMEOUT]
| Waits for a view element with name (Appium Inspector) or identifier (dump) specified, to become visible on the screen until a specified timeout. If it is not found, an error is thrown. Status |
---|
colour | Green |
---|
title | CASE-inSENSITIVE |
---|
|
Status |
---|
title | default timeout: 30000 |
---|
|
Status |
---|
colour | Blue |
---|
title | optional timeout |
---|
|
Status |
---|
colour | Yellow |
---|
title | compatibility : universal |
---|
|
|
waitUntilTextBeforeClick | | Waits for a view element with text specified, to become visible on the screen and then clicks on it. If false, it waits 10 second max before the error thrown. If true, it waits 2 seconds max. Status |
---|
title | default boolean : false |
---|
|
Status |
---|
colour | Blue |
---|
title | optional boolean |
---|
|
Status |
---|
colour | Yellow |
---|
title | compatibility : universal |
---|
|
|
waitUntilAccessibilityFieldBeforeClick | | Waits for a view element with name (Appium Inspector) or identifier (dump) specified, to become visible on the screen and then clicks on it. If false, it waits 10 second max before the error thrown. If true, it waits 2 seconds max. Status |
---|
title | default boolean : false |
---|
|
Status |
---|
colour | Blue |
---|
title | optional boolean |
---|
|
Status |
---|
colour | Green |
---|
title | CASE-inSENSITIVE |
---|
|
Status |
---|
colour | Yellow |
---|
title | compatibility : universal |
---|
|
|
waitUntilTextExact | waitUntilTextExact,[EXACT-TEXT]
waitUntilTextExact,[EXACT-TEXT],[TIMEOUT]
| Waits for a view element, with the exact text selected, to become visible on the screen until a specified timeout. If it is not found, an error is thrown. Status |
---|
colour | Purple |
---|
title | CASE-SENSITIVE |
---|
|
Status |
---|
title | default timeout: 30000 |
---|
|
Status |
---|
colour | Blue |
---|
title | optional timeout |
---|
|
Status |
---|
colour | Yellow |
---|
title | compatibility : universal |
---|
|
|
waitUntilTextExactBeforeClick | | Waits for a view element, with the exact text selected, to become visible on the screen and then clicks on it. If false, it waits 10 second max before the error thrown. If true, it waits 2 seconds max. Status |
---|
colour | Purple |
---|
title | CASE-SENSITIVE |
---|
|
Status |
---|
title | default boolean : false |
---|
|
Status |
---|
colour | Blue |
---|
title | optional boolean |
---|
|
Status |
---|
colour | Yellow |
---|
title | compatibility : universal |
---|
|
|
waitUntilAccessibilityFieldExact | waitUntilDescExact,[EXACT-NAME/ID]
waitUntilDescExact,[EXACT-NAME/ID],[TIMEOUT]
| Waits for a view element, with the exact name (Appium Inspector) or identifier (dump) selected, to become visible on the screen until a specified timeout. If it is not found, an error is thrown. Status |
---|
colour | Purple |
---|
title | CASE-SENSITIVE |
---|
|
Status |
---|
title | default timeout: 30000 |
---|
|
Status |
---|
colour | Blue |
---|
title | optional timeout |
---|
|
Status |
---|
colour | Yellow |
---|
title | compatibility : universal |
---|
|
|
waitUntilAccessibilityFieldExactBeforeClick | | Waits for a view element, with the exact name (Appium Inspector) or identifier (dump) selected, to become visible on the screen and then clicks on it. If false, it waits 10 second max before the error thrown. If true, it waits 2 seconds max. Status |
---|
colour | Purple |
---|
title | CASE-SENSITIVE |
---|
|
Status |
---|
title | default boolean : false |
---|
|
Status |
---|
colour | Blue |
---|
title | optional boolean |
---|
|
Status |
---|
colour | Yellow |
---|
title | compatibility : universal |
---|
|
|
waitUntilGoneText | waitUntilGoneText,[TEXT]
waitUntilGoneText,[TEXT],[TIMEOUT]
| Waits until there is no view element, with text selected, visible on the screen until a specified timeout. If it is still found, an error is thrown. Status |
---|
colour | Green |
---|
title | CASE-inSENSITIVE |
---|
|
Status |
---|
title | default timeout: 30000 |
---|
|
Status |
---|
colour | Blue |
---|
title | optional timeout |
---|
|
Status |
---|
colour | Yellow |
---|
title | compatibility : universal |
---|
|
|
waitUntilGoneTextExact | waitUntilGoneTextExact,[EXACT-TEXT]
waitUntilGoneTextExact,[EXACT-TEXT],[TIMEOUT]
| Waits until there is no view element, with the exact text selected, visible on the screen until a specified timeout. If it is still found, an error is thrown. Status |
---|
colour | Purple |
---|
title | CASE-SENSITIVE |
---|
|
Status |
---|
title | default timeout: 30000 |
---|
|
Status |
---|
colour | Blue |
---|
title | optional timeout |
---|
|
Status |
---|
colour | Yellow |
---|
title | compatibility : universal |
---|
|
|
waitUntilGoneAccessibilityField | waitUntilGoneDesc,[NAME/ID]
waitUntilGoneDesc,[NAME/ID],[TIMEOUT]
| Waits until there is no view element, with name (Appium Inspector) or identifier (dump) selected, visible on the screen until a specified timeout. If it is still found, an error is thrown. Status |
---|
colour | Green |
---|
title | CASE-inSENSITIVE |
---|
|
Status |
---|
title | default timeout: 30000 |
---|
|
Status |
---|
colour | Blue |
---|
title | optional timeout |
---|
|
Status |
---|
colour | Yellow |
---|
title | compatibility : universal |
---|
|
|
waitUntilGoneAccessibilityFieldExact | waitUntilGoneDescExact,[EXACT-NAME/ID]
waitUntilGoneDescExact,[EXACT-NAME/ID],[TIMEOUT]
| Waits until there is no view element, with name (Appium Inspector) or identifier (dump) selected, visible on the screen until a specified timeout. If it is still found, an error is thrown. Status |
---|
colour | Purple |
---|
title | CASE-SENSITIVE |
---|
|
Status |
---|
title | default timeout: 30000 |
---|
|
Status |
---|
colour | Blue |
---|
title | optional timeout |
---|
|
Status |
---|
colour | Yellow |
---|
title | compatibility : universal |
---|
|
|
waitUntilTextOnSystemPopup | waitUntilTextOnSystemPopup,[TEXT]
waitUntilTextOnSystemPopup,[TEXT],[TIMEOUT]
| Wait for a system popup that is not detected automatically which contains the given text selector. System popups that are detected automatically are accepted by default. Status |
---|
colour | Green |
---|
title | CASE-inSENSITIVE |
---|
|
Status |
---|
title | default timeout: 30000 |
---|
|
Status |
---|
colour | Blue |
---|
title | optional timeout |
---|
|
Status |
---|
colour | Yellow |
---|
title | compatibility : universal |
---|
|
|