Get methods

Get methods activity is used for getting data from the desired fields through the browser or application.

* Application name The reference name of applications which has already been opened or attached is chosen in the dropdown.
*Field It is the field where the location (XPath) of the area is written.
*Type To get data, the appropriate action should be selected.
Attribute name If “Attribute” is selected as an action in the Type property, the attribute name to be fetched must be written.
* Result variable name The variable name is defined in this property to store the data received from the application in a variable and use it in the next process step.

Note: * Fields selected with are required, others are optional.

Applications name example

You can use the Applications name as shown in the example.

${robustaWebpage}

Field example

You can use the Field as shown in the example.

(//input[@title=”Arama”])[1]

Type examples

You can use the Type as shown in the examples.

It returns the given content as text:

Text

It returns the “attribute” value in the location (Xpath) information entered:

Value

It returns the value of this attribute by entering the desired attribute information in the entered location (Xpath) information:

Attribute

When the application is opened, it brings up the page title:

Title

It brings up the link when the application is opened:

URL

Attribute name examples

You can use the Attribute name as shown in the examples.

Attribute Name is not required for Title and Url option in actions.

Attribute Name is not required for Text option in Actions

value

name

Result variable name example

You can use the Result variable name as shown in the example.

getResult