GUI: Web Wait Until
Description
GUI: Web Wait Until step waits for an element to be visible, enabled or present on the web page in Web GUI automation. The maximum wait time is until the delay specified.
Configurations
| No. | Field Name | Description |
|---|---|---|
| 1 | Step Name | Name of the step. The name must be unique in a single workflow. The data type is string, and the field is mandatory. |
| 2 | Web Browser Name | Select any one Web Browser Name from the given list. Note: Select the same web browser name which was selected in Start Browser Step. |
| 3 | Expected Condition | Specify the condition for the element from given list. -Element visible -Element invisible -Element present -Element to be clickable -Text to be present in element -Text to be present in element value -Element checked -Element Selected |
| 4 | Timeout (in Milliseconds) | Maximum time in milliseconds to wait for the expected condition.Default Value: 0 |
| 5 | Criteria | ‘Criteria’ is the criterion to locate elements on Web GUI. GUI Spy can capture it in the Generate Step dialog. Upon Step Generation, it is populated in the step configuration. You may change criteria by choosing from the list in the ‘Step Generation’ window or step configuration. For list and description see Criteria Table. |
| 6 | Criteria Value | Relevant criteria value has to be specified. |
| 7 | Iframe | Indices Specify Iframe Indices value. Specifying iframe indices ensures that the target element is identified correctly within the nested frame structure. You can provide comma-separated values. For e.g. 0,1,2. Note: Field is not available for the following selected Expected Condition field: - Text to be present in element - Text to be present in element value |
| 8 | Additional value | Select an additional value that is required to complete the action depending on the selected criteria. Note: This field is available when the following criteria is selected in the Expected Condition field: - Text to be present in element - Text to be present in element value Note: Similarly, in GUI Spy, the Additional value field is available when you select the specific options in the Expected Condition field. |