Skip to main content

GUI: Web Download Image

Description

GUI: Web Download Image step initiates the web browser and navigates to the URL specified in GUI automation.

tip

Start browser step does not have option to specify default download directory and user profile preferences.

Configurations

No.Field NameDescription
1Step NameName of the step. The name must be unique in a single workflow.The data type is string, and the field is mandatory.
2Web Browser NameSelect any one Web Browser Name from the given list.Note: Select the same Web Browser Name which was selected in Start Browser Step.
3Criteria‘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.
Note: For list and description of criteria values, See Criteria Table. It is a mandatory field.
4Criteria ValueRelevant criteria value has to be specified.
5Element 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.
6Iframe IndicesSpecify 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
7Download DirectoryThe directory where the image file will be downloaded.Default value: ${Internal.Entry.Current.Directory} i.e. the same location where the workflow is saved.
8Output File PathSpecify a field to hold the Output file path including the name of the image file downloaded.
9Checkbox: Add Filenames To ResultIf checkbox is enabled, then, if any image or attachment is downloaded, it is added to result; and reflected in the Requests results as a link to download the image/attachment.