Skip to main content

GUI: Capture Web Page

Description

GUI: Capture Web Page step captures the active web browser page or an element on the web page.

Configurations

NoField NameDescription
1Step nameName of the step. The name must be unique in a single workflow.
2Web Browser NameSelect any one web browser from the list.
Note: Select the same name, which is selected in the Start Browser step.
3Capture Web Page OptionsSelect which part of the web page of the active web browser you want to capture. You can capture the entire web page or an element on the page.
Available options are: Capture web page Or Capture element.
Note: Criteria, Criteria Value, Element Index and Iframe Indices fields are available if Capture Element option is selected.
4CriteriaSelect the criteria based on which you want to capture an element on the web page.
5Criteria valueSelect or specify relevant criteria value for the selected criteria.
6Element 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
7Iframe 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
8Iframe XpathIframe Xpath is a uniquely generated path that represents the location of an <iframe> or <frame> relative to the top-level window.

Iframe Xpath identifies each frame using a unique attribute such as id, name, or title if available, for example, iframe[@id='mainFrame'].

If no such attributes exist, the frame is identified by its position among sibling frames, like iframe[2] for the second iframe.

For nested structures, each frame is joined in sequence to form a full path. For example, if an element is inside an iframe[@id='outer'], which contains a frameset with a frame[@name='middle'], and that frame contains iframe[@title='inner'], the generated path would be:
iframe[@id='outer'];frame[@name='middle'];iframe[@title='inner'].

Note: If an iframe or frame has no id, name, or title, its origin (i.e., the src URL) will be used as a fallback in the path for unique identification. For example: iframe[@origin='https://example.com'].
9Frame IDProvide the current Iframe Id to target a specific iframe to perform the action.
Default Value: frameID
10Output Image File NameSelect or specify the name with which you want to save the image file. Note: This field only supports files with a .png extension.
11Button: BrowseClick to browse the output image path.
12Checkbox: Add Image File To ResultSelect the checkbox if you want the image file available in the workflow result.
13Checkbox: Ignore ErrorsSelect the checkbox if you want the workflow to continue executing by ignoring errors in the step.