GUI: Web Page Scroll
Description
GUI: Web Page Scroll step allows user to scroll a web page in Web GUI automation. It can be used to locate or access an element on the web page which requires page scrolling. Criteria and value are specified to locate the element to scroll to and the step will scroll where ever needed.
Configurations
| No. | Field Name | Description |
|---|---|---|
| 1 | Step Name | Name of the step. This name has to be unique in a single workflow.The data type is String and the field is mandatory. |
| 2 | Web Browser Name | Select Web Browser Name from the given list.Note: Select the same web browser name which was selected in Start Browser Step. |
| 3 | 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 drop-down list in the ‘Step Generation’ window or step configuration. |
| 4 | Criteria Value | Relevant criteria value has to be specified. |
| 5 | Element Index(Starts with 0) | Specify the index of the element you want to locate. Note: One can also specify First or Last. First, if you want the first element from the located element or specify Last if you want the last element.Default Value: 0. |
| 6 | 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. |