Man illustrationFlower illustration

Docy

Get methods

Estimated reading: 2 minutes

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


*Application nameReference name of application which will be opened.
*FieldIt is the field where the location (Xpath) of the area to be fetched on the application.
*TypeFor the field to be taken data, the appropriate action in the type should be selected.
Attribute nameIf “Attribute” is selected as action in the Type property, the attribute name to be feched must be written.
*Result variable nameThe variable name is defined in this property in order to store the data received from the application in a variable and use it in the next step of the process.
Note: * Fields selected with are required, others are optional.

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

${robustaWebpage}

You can use the Field as shown in the example.

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

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

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

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

getResult