Web Composite
Description
The Web Composite step is a singular step that can be used to perform several Web GUI actions.
tip
The step will perform only the basic actions. For the advanced requirements the original steps need to be used.
Configurations
| Field | Description |
|---|---|
| Web Browser Name | You can select any one Web Browser Name from the given list. Basically, you must select the same Web Browser Name which was selected in Start Browser Step. |
| Actions Tab Table: | |
| Actions | Choose the Action to be performed from the list. The following, actions can be performed using the Web Composite step. - Get Value - Set Value - Click - Right Click - Double Click - Click and Hold - Move to Element - Alert SetValue - Alert Getvalue - Alert Accept - Alert Dismiss - Element Displayed - Element Enabled - Element Selected - Page Scroll - Wait Until Alert Present - Wait Until Element Visible - Wait Until Element Present - The following steps are not supported in - Start Browser - Exit Brower - Close Web Window - Robot Handling - Web Drop Down Selection - Web File Upload - Web Loop Table - Web URL Navigation - Web Set Delay - Web Actions -> Drag and Drop |
| Criteria* | Choose the element locator to locate element on web page. Criteria Value Specify the relevant criteria value of the element locator to search with. |
| Multiple elements with same criteria | If there are multiple elements on the same page/frame with same criteria, select Yes. |
| Element index(Starts with 0) | Element index(Starts with 0) is enabled if Multiple elements with same criteria is marked as Yes. Need to specify the index of element to access. Select option FIRST if you want first element from the located element and select LAST if you want last element. |
| Value | Provide an optional value depending on the action chosen. (Such as if Web Click is chosen as action put the number of times web click occurs. It should be greater than zero. Default is 1; Provide value for Web Set Value). |
| Output field name | Specify an optional new output fieldname to hold value given out by the action depending on the action chosen, example, Web Get Value. |
| Delay(in milliseconds) | Specify delay for the particular action. If empty, it is defaulted to the value set by Start Browser or latest Web Set Delay step. This is an implicit delay. Note: It is optional to specify the time delay for actions, selected in the Actions field, other than the following: - WAIT_UNTIL_ALERT_PRESENT - WAIT_UNTIL_ELEMENT_PRESENT - WAIT_UNTIL_ELEMENET_VISIBLE Description Provide an optional description depending on the action chosen. |