This activity helps you to extract the text from a particular field/element/region of the webpage. 

Technical Reference

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 INPUT

BrowserType:  Gets auto filled, once the element is indicated on the web page using Robility Spy. Here the browser type will be displayed.

BrowserVersion: Gets auto filled, once the element is indicated on the web page using Robility Spy. Indicates the version of the browser in use.

ExecuteBy: Gets auto filled, once the element is indicated on the web page using Robility Spy. This contains the set of attributes for the specific spied element.

FramePath: Gets auto filled, once the element is indicated on the web page using Robility Spy. The frame path is auto filled only if the selected element has a frame ID in the webpage.

SelectBy: The SelectBy option enables to select the value by indicating the element type. Value: Select this option to extract the data using the value.

Text: Select this option to extract the data using the text.
Index: Select this option to extract the text using element index.
None: If you select none also, you will be able to detect and extract the data from the webpage.

URL: Gets auto filled, once the element is indicated on the web page using Robility Spy. Indicates the URL in which this activity is performed.

WaitForReady:  Runs the activity once the webpage loading matches the wait for ready state.

None – It will perform the activity functionality without checking the state of the browser.

Interactive- The activity will be performed once the web element is found even if the webpage is still in loading state.

Complete-  The activity will proceed to the next step only if the web page is completely loaded.

WaitTime:  It helps the user to add a delay to start the execution of the further activity. The format of the delay here is milliseconds. By default, it will be set to 30000. When the option is left blank, no delay is considered.

 

 

 MISC

Display Name: Displays the name of the activity. The activity name can be customized which will help in troubleshooting.

SkipOnError: Specify the Boolean value as “True or False.”
True: Continues to execute the workflow irrespective of any error thrown.
False: Stops the workflow if it throws any error.
None: If the option is specified as blank, by default the activity will perform the “False” action.

Version: It specifies the version of the web automation feature in use

 

 

 

OUTPUT

Result: It helps to view the execution state of the activity. It returns the values in Boolean format.
True: It indicates that the activity has been executed successfully without any error.
False: It indicates that the activity has been unsuccessful due to some unexceptional error thrown.

Text: The extracted text is stored in the declared variable in string format. (Check in the workflow to see how to store the extracted value in the variable). If any other datatype is declared, the text box shows an error.

* Represents mandatory fields to execute the workflow.

Click here to see how the get text activity is used in the workflow.

7.0.8.2