Back to QMetry All Products Help Page
Wait
- 1 Wait For Not Visible
- 2 Wait For Window Title
- 3 Wait For Any Element Present
- 4 Wait For All Element Present
- 5 Wait For Visible With Timeout
- 6 Wait For CSS Class
- 7 Wait For Not Present
- 8 Wait For Text
- 9 Wait For Enabled With Timeout
- 10 Wait For Not CSS Style Color
- 11 Wait For Attribute With Timeout
- 12 Wait For Value
- 13 Wait For Selected
- 14 Wait For Not CSS Style
- 15 Wait For Not Value With Timeout
- 16 Wait For Not Selected
- 17 Wait For Present With Timeout
- 18 Wait For Not Present With Timeout
- 19 Wait For Present
- 20 Wait For Css Class With Timeout
- 21 Wait For Not CSS Class
- 22 Wait For Value With Timeout
- 23 Wait For Disabled
- 24 Wait For Not Value
- 25 Wait For Not Text With Timeout
- 26 Wait For CSS Style
- 27 Wait For Not Text
- 28 Wait For Not CSS Class With Timeout
- 29 Wait For CSS Style Color
- 30 Wait For Ajax To Complete
- 31 Wait For Timeout
- 32 Wait For Selected with Timeout
- 33 Wait For Not Visible with Timeout
- 34 Wait For ContextName
- 35 Wait For Css Style With Timeout
- 36 Wait For Not Attribute
- 37 Wait For Ajax To Complete (JSToolKit)
- 38 Wait For Not CSS Style With Timeout
- 39 Wait For Not Selected With Timeout
- 40 Verify Enabled
- 41 Wait For Disabled With Timeout
- 42 Wait For Any Element Visible
- 43 Wait For Attribute
- 44 Wait For Enabled
- 45 Wait For Not Attribute With Timeout
- 46 Wait For Visible
- 47 Wait For Windows Count
Wait For Not Visible | ||
| ||
This action is useful to wait until the locator is not visible. Users need to enter the locator value, which is not supposed to be visible. | ||
| ||
Usage | ||
| ||
| ||
| ||
|
| |
Command | qWaitForNotVisible | |
Descriptive | Wait until {loc} not to be visible | |
Runtime | WD | |
Type | WAIT | |
Support | Web & Mobile | |
|
| |
| ||
Parameters | ||
Name | Type | Details |
loc | LOCATOR | An element locator can be a direct locator value or a locator key stored in locator repository. |
Wait For Window Title | ||
| ||
This action is useful to wait until the window title of any website or mobile application will load. | ||
| ||
Usage | ||
| ||
| ||
| ||
|
| |
Command | qWaitForWindowTitle | |
Descriptive | Wait until window title {title} | |
Runtime | WD | |
Type | WAIT | |
Support | Web & Mobile | |
|
| |
| ||
Parameters | ||
Name | Type | Details |
title | STRING | Title of the window. |
Wait For Any Element Present | ||
| ||
This action is useful to wait until the specific element be present on the website or mobile application. | ||
| ||
Usage | ||
| ||
| ||
| ||
|
| |
Command | QWaitForAnyElementPresent | |
Descriptive | Wait until any of {loc} to be present | |
Runtime | WD | |
Type | WAIT | |
Support | Web & Mobile | |
|
| |
| ||
Parameters | ||
Name | Type | Details |
loc | LOCATOR | An element locator can be a direct locator value or a locator key stored in locator repository. |
|
|
|
|
|
|
Wait For All Element Present | ||
| ||
This action is useful to wait until all the elements are visible on the website and mobile application. In the parameter, users need to enter the locator. The command will wait until all the elements are present. | ||
| ||
Usage | ||
| ||
| ||
| ||
|
| |
Command | QWaitForAllElementPresent | |
Descriptive | Wait until all of {loc} to be present | |
Runtime | WD | |
Type | WAIT | |
Support | Web & Mobile | |
|
| |
| ||
Parameters | ||
Name | Type | Details |
loc | LOCATOR | An element locator can be a direct locator value or a locator key stored in locator repository. |
Wait For Visible With Timeout | ||
| ||
This action is useful to verify an element in the given time. In the parameter, users need to add locator value and the specific timeout. It will stop finding the element after the specified timeout. | ||
| ||
Usage | ||
| ||
| ||
| ||
|
| |
Command | QWaitForVisibleWithTimeout | |
Descriptive | Wait until {loc} to be visible with {sec} | |
Runtime | WD | |
Type | WAIT | |
Support | Web & Mobile | |
|
| |
| ||
Parameters | ||
Name | Type | Details |
sec | NUMBER | The maximum time (in seconds) that the event will wait for. |
loc | LOCATOR | An element locator can be a direct locator value or a locator key stored in locator repository. |
Wait For CSS Class | ||
| ||
This action is useful to wait until the specified CSS class is present. It contains two parameters: locator and value of that locator. | ||
| ||
Usage | ||
| ||
| ||
| ||
|
| |
Command | QWaitForCssClass | |
Descriptive | Wait until {loc} css class name is {className} | |
Runtime | WD | |
Type | WAIT | |
Support | Web & Mobile | |
|
| |
| ||
Parameters | ||
Name | Type | Details |
ClassName | STRING |
|
loc | LOCATOR | An element locator can be a direct locator value or a locator key stored in locator repository. |
Wait For Not Present | ||
| ||
The purpose of the wait for element not present command is to wait for the element to be not present on the UI and also wait for its HTML code is not present in the HTML DOM of the page. | ||
| ||
Usage | ||
| ||
| ||
| ||
|
| |
Command | QWaitForNotPresent | |
Descriptive | Wait until {loc} is not present | |
Runtime | WD | |
Type | WAIT | |
Support | Web & Mobile | |
|
| |
| ||
Parameters | ||
Name | Type | Details |
loc | LOCATOR | An element locator can be a direct locator value or a locator key stored in locator repository. |
Wait For Text | ||
| ||
This action is useful to wait for the text to be present on the targeted element. The command will pause the execution until the expected text be present on the targeted element. Once the targeted element gets expected text, execution will be resumed. | ||
| ||
Usage | ||
| ||
| ||
| ||
|
| |
Command | QWaitForText | |
Descriptive | Wait until {loc} text {text} | |
Runtime | WD | |
Type | WAIT | |
Support | Web & Mobile | |
|
| |
| ||
Parameters | ||
Name | Type | Details |
loc | LOCATOR | An element locator can be a direct locator value or a locator key stored in locator repository. |
Text | STRING |
|
Wait For Enabled With Timeout | ||
| ||
This action is useful to wait for the element to be enable in the given time. If the element is enabled in given time, the execution resumes. | ||
| ||
Usage | ||
| ||
· | ||
| ||
|
| |
Command | qWaitForEnabledWithTimeout | |